Hi everyone, Here are some remarks about Ceph upgrade on Debian Jessie, packaged version. 1/ "/etc/default/ceph" problem : previously, Ceph created a /etc/default/ceph *directory*, Jewel "fixed" that but package upgrade does not delete this old directory to install the new file, so we need to MANUALLY delete old /etc/default/ceph *directory* and create /etc/default/ceph config file. For the packaged default one : rm -Rf /etc/default/ceph; mv /etc/default/ceph.dpkg-new /etc/default/ceph 2/ dpkg: warning: unable to delete old directory '/var/lib/ceph/bootstrap-rgw': Directory not empty dpkg: warning: unable to delete old directory '/var/lib/ceph/osd': Directory not empty dpkg: warning: unable to delete old directory '/var/lib/ceph/bootstrap-osd': Directory not empty dpkg: warning: unable to delete old directory '/var/lib/ceph/bootstrap-mds': Directory not empty dpkg: warning: unable to delete old directory '/var/lib/ceph/mon': Directory not empty What the F* ? Why package wants to delete all my Ceph directories ?!! :) _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com