[Bug 1292648] Re: cloud-init should check/format Azure empheral disks each boot
Ben Howard
ben.howard at canonical.com
Mon Mar 17 22:56:22 UTC 2014
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.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1292648
Title:
cloud-init should check/format Azure empheral disks each boot
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1292648/+subscriptions
More information about the Ubuntu-server-bugs
mailing list