Comment 1 for bug 1546112

Revision history for this message
Bjørnar Ness (bjornar-ness) wrote :

in file: /var/lib/dpkg/info/ceph.prerm

no service called ceph:

                invoke-rc.d ceph stop || {
                        RESULT=$?
                        if [ $RESULT != 100 ]; then
                                exit $RESULT
                        fi
                }