Comment 1 for bug 1862850

Revision history for this message
James Page (james-page) wrote :

The ceph-mds package lacks a binary version pinned dependency on ceph-base (which the -mon,-osd and other packages all have).

The missing symbol is a generated C++ symbol for which we can't do accurate version tracking so I think we need to add:

  ceph-base (= ${binary:Version}),

to the ceph-mds package.