diff options
author | Ben Howard <ben.howard@canonical.com> | 2013-09-26 08:18:29 -0600 |
---|---|---|
committer | Ben Howard <ben.howard@canonical.com> | 2013-09-26 08:18:29 -0600 |
commit | b55a9606e9455056a4280b06ef3785964af6d3df (patch) | |
tree | e7f76449f5f1b26d2ced7afe8ef16610c6544bf8 /doc/examples/cloud-config-disk-setup.txt | |
parent | 35469c11703b1df66b3b14ad06b583d672f39ff5 (diff) | |
download | vyos-cloud-init-b55a9606e9455056a4280b06ef3785964af6d3df.tar.gz vyos-cloud-init-b55a9606e9455056a4280b06ef3785964af6d3df.zip |
Added support for formating the ephemeral disk on Windows Azure.
Diffstat (limited to 'doc/examples/cloud-config-disk-setup.txt')
-rw-r--r-- | doc/examples/cloud-config-disk-setup.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/examples/cloud-config-disk-setup.txt b/doc/examples/cloud-config-disk-setup.txt index db2c52a7..0ca65fd0 100644 --- a/doc/examples/cloud-config-disk-setup.txt +++ b/doc/examples/cloud-config-disk-setup.txt @@ -19,8 +19,8 @@ Default disk definitions for AWS Default disk definitions for Windows Azure ------------------------------------------ -(Not implemented yet due to conflict with WALinuxAgent in Ubuntu) +ephemeral_disk: /dev/sdb1 disk_setup: /dev/sdb: type: mbr @@ -29,15 +29,15 @@ disk_setup: fs_setup: - label: ephemeral0 - filesystem: ext3 + filesystem: ext4 device: ephemeral0 - partition: any + partition: auto Default disk definitions for SmartOS ------------------------------------ -ephemeral_disk: /dev/vdb +ephemeral_disk: /dev/vdb1 disk_setup: /dev/vdb: type: mbr |