Open fnordahl opened 4 months ago
Hi @fnordahl I've seen this as well in lxd vms that automatically start multipathd.
I'm a bit hesitant on automatically resetting multipath sudo multipath -F
-- if user had multipath devices they cared about that would impact them I believe?
Yes, i was not suggesting to unconditionally disable it, but we could either make it work (if that is even possible) or detect the situation and tell the user what to do?
Ack, good point wrt. to detecting the situation :+1: we should have useful feedback in this situation
Issue report
What version of MicroCeph are you using ?
What are the steps to reproduce this issue ?
Using the following script to create LXD VMs:
What happens (observed behaviour) ?
What were you expecting to happen ?
Successful addition of disk.
Relevant logs, error output, etc.
See above.
Additional comments.
Disabling multipath with
sudo multipath -F
allows disks to be added.