thanks for update :)
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ceph in Ubuntu.
https://bugs.launchpad.net/bugs/1544647
Title:
postinst syntax error, if condition without "then", and directory path
error (Ceph 9.2.0 only)
To
Hi,
the first issue, syntax error was fixed, thanks!
but the path error still there, when it is trying to setup "ceph-mds",
it says,
---
Setting up ceph-mds (9.2.0-0ubuntu5) ...
chown: cannot access ‘/var/lib/ceph/mds’: No such file or directory
dpkg: error processing package ceph-mds (--configu
Public bug reported:
in ceph-mds.postinst,
Line 35:if ! dpkg-statoverride --list /var/lib/ceph/mds >/dev/null
Line 36:chown $SERVER_USER:$SERVER_GROUP /var/lib/ceph/mds
Line 37:fi
should be,
Line 35:if ! dpkg-statoverride --list /var/lib/ceph/bootstrap-md