Comment 3 for bug 1292648

Revision history for this message
Ben Howard (darkmuggle-deactivatedaccount) wrote : Re: cloud-init should check/format Azure empheral disks each boot

Test cases:

[ NEW Filesystem created ]
- NTFS file system with label of "Temporary Storage"
  mkfs.ntfs -L "Temporary Storage" -f /dev/sdb1

[ NO New Filesystem created ]
- NTFS file system with label of "Temporary Storage" w/ a file
  mkfs.ntfs -L "Temporary Storage" -f /dev/sdb1; mount /dev/sdb1 /mnt; touch /mnt/test

- NTFS file system, no label
  mkfs.ntfs -f /dev/sdb1

- ext4 file system with label of "Temporary Storage"
  mkfs.ext4 -L "Temporary Storage" /dev/sdb1

- no file system _after_ first boot
  wipefs --all /dev/sdb1

The no file system after first boot should cover the exotic file system and on-disk data formats including LUKS, tar, DRDB and others.