ebs-automatic-nvme-mapping icon indicating copy to clipboard operation
ebs-automatic-nvme-mapping copied to clipboard

Automatic mapping of EBS volumes via NVMe block devices to standard block device paths

Results 6 ebs-automatic-nvme-mapping issues
Sort by recently updated
recently updated
newest added

hey i am exported 1 nvme device from 2 node using nvmeof i am started device mapper but on initiator it is mapping 2 different device how can i solve...

also fix paths in `ebs-nvme-mapping.sh` this had previously been fixed in #3 but it was changed before it was merged. then I tried to fix it again in #8 but...

The check `[[ -z nvme ]]` can't ever fail, since it's checking the string and not the presence of a binary. Wrap that in $(command -v) to check for the...

This was tested on `systemd-udev` https://www.freedesktop.org/software/systemd/man/udev.html Worked on this with @thecubed

Unclear why https://github.com/oogali/ebs-automatic-nvme-mapping/commit/80b4f7d71716c3022c154417c934997b07e0b68b moved from the more flexible `env`?