commit 4bdd6afb5a7abfd5ccf2e0095cacadbf9fcc62dd
Author: Lucas Alvares Gomes <email address hidden>
Date: Thu Mar 27 14:27:56 2014 +0000
Add DiskPartitioner
DiskPartitioner is a convenient wrapper around the parted tool, this
wrapper will make things easier for fixing other problems in Ironic like
removing the swap partition if not specified, having a more consistent
partition layout or future work like creating GPT (GUID Partition Table)
partitions (needed for creating partitions with size bigger than 2TB),
efi partitions, etc..
Reviewed: https:/ /review. openstack. org/83396 /git.openstack. org/cgit/ openstack/ ironic/ commit/ ?id=4bdd6afb5a7 abfd5ccf2e0095c acadbf9fcc62dd
Committed: https:/
Submitter: Jenkins
Branch: master
commit 4bdd6afb5a7abfd 5ccf2e0095cacad bf9fcc62dd
Author: Lucas Alvares Gomes <email address hidden>
Date: Thu Mar 27 14:27:56 2014 +0000
Add DiskPartitioner
DiskPartitioner is a convenient wrapper around the parted tool, this
wrapper will make things easier for fixing other problems in Ironic like
removing the swap partition if not specified, having a more consistent
partition layout or future work like creating GPT (GUID Partition Table)
partitions (needed for creating partitions with size bigger than 2TB),
efi partitions, etc..
Change-Id: I44be217d1e5577 8ed94f27603ce05 37ff740febf
Partial-Bug: #1297925
Partial-Bug: #1298362