Comment 4 for bug 1879552

Revision history for this message
Ryan Harper (raharper) wrote :

Another option would be to make it easier for users to indicate they want the defaults in addition to their changes:

disk_setup:
  builtin: true
  /dev/disk/azure/scsi1/lun0: {...}

fs_setup:
  - builtin
  - device: /dev/disk/azure/scsi1/lun0
    partition: 1
    filesystem: ext4

mounts:
 - builtin
 - [ /dev/disk/azure/scsi1/lun0, /datadisk1, "ext4", "defaults,nofail,discard", "0", "0" ]