Ceph upgrade to Nautilus - error mount point and no "uuid"

I found this in ceph-volume log:

Code:
[2019-11-05 17:15:42,101][ceph_volume.process][INFO  ] stderr Device /dev/sdc excluded by a filter.


[2019-11-05 17:15:42,160][ceph_volume][ERROR ] exception caught by decorator


Traceback (most recent call last):


  File "/usr/lib/python2.7/dist-packages/ceph_volume/decorators.py", line 59, in newfunc


    return f(*a, **kw)


  File "/usr/lib/python2.7/dist-packages/ceph_volume/main.py", line 149, in main


    terminal.dispatch(self.mapper, subcommand_args)


  File "/usr/lib/python2.7/dist-packages/ceph_volume/terminal.py", line 194, in dispatch


    instance.main()


  File "/usr/lib/python2.7/dist-packages/ceph_volume/devices/lvm/main.py", line 40, in main


    terminal.dispatch(self.mapper, self.argv)


  File "/usr/lib/python2.7/dist-packages/ceph_volume/terminal.py", line 194, in dispatch


    instance.main()


  File "/usr/lib/python2.7/dist-packages/ceph_volume/decorators.py", line 16, in is_root


    return func(*a, **kw)


  File "/usr/lib/python2.7/dist-packages/ceph_volume/devices/lvm/batch.py", line 325, in main


    self.execute()


  File "/usr/lib/python2.7/dist-packages/ceph_volume/devices/lvm/batch.py", line 288, in execute


    self.strategy.execute()


  File "/usr/lib/python2.7/dist-packages/ceph_volume/devices/lvm/strategies/bluestore.py", line 101, in execute


    vg = lvm.create_vg(osd['data']['path'])


  File "/usr/lib/python2.7/dist-packages/ceph_volume/api/lvm.py", line 440, in create_vg


    name] + devices


  File "/usr/lib/python2.7/dist-packages/ceph_volume/process.py", line 153, in run


    raise RuntimeError(msg)


RuntimeError: command returned non-zero exit status: 5

Does this ring a bell?
 
sdd 8:48 0 447.1G 0 disk
└─355cd2e414e2e5ec1 253:1 0 447.1G 0 mpath
A colleague of mine, brought to the attention, that you need to blacklist the local disks in the multipath config. Then they aren't picked up and that should maybe do the trick.