Skip to content

Commit

Permalink
packaging: remove SuSEfirewall2 support
Browse files Browse the repository at this point in the history
removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced
by firewalld, see [1].

[1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html

Fixes: http://tracker.ceph.com/issues/40738
Signed-off-by: Matthias Gerstner <[email protected]>
  • Loading branch information
mgerstner committed Jul 12, 2019
1 parent 20aa4ac commit d472e88
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
4 changes: 0 additions & 4 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -1256,8 +1256,6 @@ install -m 0644 -D etc/sysctl/90-ceph-osd.conf %{buildroot}%{_sysctldir}/90-ceph

# firewall templates and /sbin/mount.ceph symlink
%if 0%{?suse_version}
install -m 0644 -D etc/sysconfig/SuSEfirewall2.d/services/ceph-mon %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ceph-mon
install -m 0644 -D etc/sysconfig/SuSEfirewall2.d/services/ceph-osd-mds %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ceph-osd-mds
mkdir -p %{buildroot}/sbin
ln -sf %{_sbindir}/mount.ceph %{buildroot}/sbin/mount.ceph
%endif
Expand Down Expand Up @@ -1336,8 +1334,6 @@ rm -rf %{buildroot}
%endif
%if 0%{?suse_version}
%{_fillupdir}/sysconfig.*
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ceph-mon
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ceph-osd-mds
%endif
%{_unitdir}/ceph.target
%if 0%{with python2}
Expand Down
5 changes: 0 additions & 5 deletions etc/sysconfig/SuSEfirewall2.d/services/ceph-mon

This file was deleted.

5 changes: 0 additions & 5 deletions etc/sysconfig/SuSEfirewall2.d/services/ceph-osd-mds

This file was deleted.

0 comments on commit d472e88

Please sign in to comment.