summaryrefslogtreecommitdiff
path: root/cloudinit
diff options
context:
space:
mode:
authorBen Howard <ben.howard@canonical.com>2013-09-27 11:35:36 -0600
committerBen Howard <ben.howard@canonical.com>2013-09-27 11:35:36 -0600
commit2c8c4c25adf2d75c6a769fa8b05151716ea4a98c (patch)
treed7c73e51f30de3517464da51589763e4f5ba0bb7 /cloudinit
parente192858b1d1e0212455b5a4bb017c8d7216fc12f (diff)
downloadvyos-cloud-init-2c8c4c25adf2d75c6a769fa8b05151716ea4a98c.tar.gz
vyos-cloud-init-2c8c4c25adf2d75c6a769fa8b05151716ea4a98c.zip
Disable partitioning of ephemeral for SmartOS at request of Joyent
Diffstat (limited to 'cloudinit')
-rw-r--r--cloudinit/sources/DataSourceSmartOS.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/sources/DataSourceSmartOS.py b/cloudinit/sources/DataSourceSmartOS.py
index fa26633a..93b8b50b 100644
--- a/cloudinit/sources/DataSourceSmartOS.py
+++ b/cloudinit/sources/DataSourceSmartOS.py
@@ -78,7 +78,7 @@ BUILTIN_DS_CONFIG = {
BUILTIN_CLOUD_CONFIG = {
'disk_setup': {
'ephemeral0': {'table_type': 'mbr',
- 'layout': True,
+ 'layout': False,
'overwrite': False}
},
'fs_setup': [{'label': 'ephemeral0', 'filesystem': 'ext3',