@@ -288,10 +288,7 @@ <h2 id="storage_volumes"><code>storage_volumes</code></h2>
288288reside. Valid values for < code > type</ code > : < code > lvm</ code > ,
289289< code > disk</ code > , < code > partition</ code > or < code > raid</ code > . The
290290default is determined according to the OS and release (currently
291- < code > lvm</ code > ).</ p >
292- < p > < strong > NOTE</ strong > : Support for managing partition volumes is
293- currently very limited, the role allows creating only a single partition
294- spanning the entire disk.</ p > </ li >
291+ < code > lvm</ code > ).</ p > </ li >
295292< li > < p > < code > state</ code > </ p >
296293< p > Valid values are < code > present</ code > (default behavior) or
297294< code > absent</ code > . Volumes marked as < code > absent</ code > will be
@@ -464,6 +461,14 @@ <h2 id="storage_volumes"><code>storage_volumes</code></h2>
464461< li > < p > < code > thin_pool_size</ code > </ p >
465462< p > Size for the thin pool. < code > thin_pool_size</ code > format is
466463intended to be human-readable, e.g.: "30g", "50GiB".</ p > </ li >
464+ < li > < p > < code > part_type</ code > </ p >
465+ < p > This specifies partition type for newly created partitions on
466+ MSDOS/MBR partition table. Supported values include
467+ < code > primary</ code > , < code > extended</ code > and < code > logical</ code > . If
468+ not specified, first three partitions on the disk will be created as
469+ primary and fourth one will be created as logical inside a newly created
470+ extended partition. < code > part_type</ code > is ignored on GPT partition
471+ table.</ p > </ li >
467472</ ul >
468473< h2 id ="storage_safe_mode "> < code > storage_safe_mode</ code > </ h2 >
469474< p > When true (the default), an error will occur instead of automatically
0 commit comments