Add udev rules for cloud storage disks#149
Add udev rules for cloud storage disks#149lucab merged 1 commit intocoreos:masterfrom r7vme:aws_disks_udev
Conversation
dracut/30ignition/module-setup.sh
Outdated
| mkswap | ||
|
|
||
| inst_script "$udevdir/cloud_aws_ebs_nvme_id" \ | ||
| "/usr/sbin/cloud_aws_ebs_nvme_id" |
There was a problem hiding this comment.
This was not supposed to go under PATH though. udev can find its own helpers under /usr/lib/udev/.
There was a problem hiding this comment.
This was my uncertainty. Updated to /usr/lib/udev/
|
@r7vme thanks! Unfortunately I just double-checked and the script is using |
|
@lucab ah right, i've missed that point that we can miss |
Fixes: coreos/bugs#2481 This change allows to use proper AWS / GCE disk paths in ignition.
|
PTAL. Added Nothing specific in shared objects deps for Size is quite small too |
Fixes: coreos/bugs#2481
This change allows to use proper AWS / GCE disk paths in ignition.