* New: support mitigation for aws ec2 nvme random device name assignment

This commit is contained in:
Roxyrob
2021-03-16 19:41:37 +01:00
parent f1a54639c6
commit 34e4f08c31
5 changed files with 90 additions and 0 deletions

View File

@@ -61,3 +61,12 @@ lvm_groups: []
# Defines if LVM will be managed by role
# default is false to ensure nothing is changed by accident.
manage_lvm: false
### nvme to scsi device name map binary helper
ebsnvme_binary_helper_ver: '0.1.3'
ebsnvme_binary_helper_tmp: '/tmp'
ebsnvme_binary_helper_path: '/sbin/go-ebsnvme'
### nvme to scsi device name map script helper
ebsnvme_scrip_helper_path: '/usr/local/bin/ebsnvme-id'