Project

General

Profile

Bug #47862

Updated by Nathan Cutler over 3 years ago

We are currently carrying a commit - 070e5c3e35ea476815ff9fa4f71aed147fe1ea79 - which adds the following lines to ceph.spec: 

 <pre> 
   %package -n cephadm 
   Summary:          Utility to bootstrap Ceph clusters 
   Requires:         lvm2 
 + %if 0%{?suse_version} 
 + Requires:         apparmor-abstractions 
 + %endif 
 </pre> 

 This was done quite some time ago to work around https://bugzilla.suse.com/show_bug.cgi?id=1160619 (a bug in an old version of podman that was included in SLE-15-SP2 at the time). Since this bug has been fixed in the meantime, we can now revert this commit. 

 Sebastian said at https://github.com/ceph/ceph/pull/33850#issuecomment-597049939 that the commit can be reverted when the bug is fixed, and I have built and tested packages/containers with the revert applied, and didn't could not see any major (or even minor) difference in cephadm's behavior.

Back