After installing Ceph on a focal machine, I could not reproduce this issue as I already had python3-yaml installed on the machine. To rule out deployment tooling installing python3-yaml, I started to remove it and discovered that there are a lot of dependencies on python3-yaml:
# sudo apt remove python3-yaml Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: libnetplan0 Use 'sudo apt autoremove' to remove it. The following packages will be REMOVED: cloud-init netplan.io python3-yaml ubuntu-advantage-tools ubuntu-minimal The ceph-mgr-dashaboard package is missing a dependency on python3-yaml so there is a fix proposed to the Ubuntu package (https://code.launchpad.net/~chris.macnaughton/ubuntu/+source/ceph/+git/ceph/+merge/383332) and there is a package in https://launchpad.net/~chris.macnaughton/+archive/ubuntu/focal-ussuri off of the linked merge proposal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1876325 Title: ceph-mgr-dashboard: missing dependency on python3-yaml To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1876325/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
