summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorMike Gerdts <mike.gerdts@joyent.com>2018-04-18 13:14:31 -0400
committerScott Moser <smoser@brickies.net>2018-04-18 13:14:31 -0400
commit025ddc0329d9314f131cea35075734916797b439 (patch)
tree277bef2c6290fa1113d89a63c0d2467f133a7b7e /doc/examples
parentacca826adf39ddfedde78cfbfc47e81a06c6f42a (diff)
downloadvyos-cloud-init-025ddc0329d9314f131cea35075734916797b439.tar.gz
vyos-cloud-init-025ddc0329d9314f131cea35075734916797b439.zip
DataSourceSmartOS: change default fs on ephemeral disk from ext3 to ext4.
ext3 is not able to support file system sizes that are needed in Joyent's cloud. For the default block size of 4k, the maximum filesystem size for ext3 is 2^32 * 4096 = 16 TiB. This changes the default file system type from ext3 to ext4. LP: #1763511
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/cloud-config-disk-setup.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/cloud-config-disk-setup.txt b/doc/examples/cloud-config-disk-setup.txt
index dd91477d..43a62a26 100644
--- a/doc/examples/cloud-config-disk-setup.txt
+++ b/doc/examples/cloud-config-disk-setup.txt
@@ -37,7 +37,7 @@ fs_setup:
# Default disk definitions for SmartOS
# ------------------------------------
-device_aliases: {'ephemeral0': '/dev/sdb'}
+device_aliases: {'ephemeral0': '/dev/vdb'}
disk_setup:
ephemeral0:
table_type: mbr
@@ -46,7 +46,7 @@ disk_setup:
fs_setup:
- label: ephemeral0
- filesystem: ext3
+ filesystem: ext4
device: ephemeral0.0
# Cavaut for SmartOS: if ephemeral disk is not defined, then the disk will