cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #04645
[Merge] ~mgerdts/cloud-init:lp1763511 into cloud-init:master
The proposal to merge ~mgerdts/cloud-init:lp1763511 into cloud-init:master has been updated.
Commit message changed to:
DataSourceSmartOS: ephemeral drive should default 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
For more details, see:
https://code.launchpad.net/~mgerdts/cloud-init/+git/cloud-init/+merge/343435
--
Your team cloud-init commiters is requested to review the proposed merge of ~mgerdts/cloud-init:lp1763511 into cloud-init:master.
References