Comment 1 for bug 2026257

Revision history for this message
Orlando Chamberlain (redecorating) wrote : Re: _get_host_uuid incompatible with btrfs snapshots

I've started using the following sed command on each server for now as a simpler fix:

sudo sed -i "s|'findmnt', '/', '-n', '-o', 'SOURCE'|'findmnt', '/', '-n', '-o', 'SOURCE', '-v'|" /usr/local/lib/python3.10/dist-packages/os_brick/initiator/connectors/nvmeof.py

This means I don't need to replace the findmnt binary anymore.