gentle-actor-15883
06/16/2025, 12:56 PMfailed to update device mount e742027bf0b57aecaf83f91f76a03d4f: failed to execute: nsenter [--mount=/host/proc/6472/ns/mnt --net=/host/proc/6472/ns/net --ipc=/host/proc/6472/ns/ipc mount -t ext4 -o journal_checksum,journal_ioprio=0,barrier=1,errors=remount-ro,relatime /dev/sde /var/lib/harvester/extra-disks/e742027bf0b57aecaf83f91f76a03d4f], output , stderr mount: /var/lib/harvester/extra-disks/e742027bf0b57aecaf83f91f76a03d4f: /dev/sde already mounted or mount point busy.
: exit status 32
From what I understand, this may be caused by multipath — because Longhorn tries to add the disk by
/dev/sdX
, while multipath uses a unique device ID. It seems I need to attach the disk using the multipath ID instead of the raw block device path.
Does anyone know how to properly configure this so that Harvester recognizes the disk via multipath and I can use it as a storage node-disk?
Thanks in advance for your help and time!