Open dhawal55 opened 5 years ago
Try reparitioning the device in Ignition in addition to formatting the filesystem:
disks:
# Repartition NVME Instance Storage
- device: /dev/nvme1n1
wipe_table: True
partitions:
- number: 0
size: 0
start: 0
filesystems:
# Format NVME Instance Storage
- mount: # Not actually mounting, just formatting
device: /dev/nvme1n1p1
format: ext4
Issue Report
I'm trying to provision a m5d instance that comes with NVMe storage. In my ignition config, I try to format the disk as follows:
However, it fails with the following error:
Bug
Container Linux Version
2191.5.0
Environment
AWS m5d.xlarge instance
Expected Behavior
/dev/nvme1n1 should be formatted and mounted
Actual Behavior
Format fails for nvme
Other Information
Full system log: