summaryrefslogtreecommitdiff
path: root/releasenotes/notes/disk-label-capability-d36d126e0ad36dca.yaml
diff options
context:
space:
mode:
authorLucas Alvares Gomes <lucasagomes@gmail.com>2016-02-23 10:36:19 +0000
committerLucas Alvares Gomes <lucasagomes@gmail.com>2016-03-08 14:16:38 +0000
commit6f36a5e48739842c0e7c544cfcaaf84392dbf855 (patch)
tree7783ef596c60b7dc727786358dc1e918e9e9b8d3 /releasenotes/notes/disk-label-capability-d36d126e0ad36dca.yaml
parentee841f2a9f75da143e8fc4b4cc7bad00cf43db82 (diff)
downloadironic-6f36a5e48739842c0e7c544cfcaaf84392dbf855.tar.gz
Add new 'disk_label' capability
This patch is adding support for a new capability called 'disk_label', in the same way users can opt-in the boot mode for the target machine they should also be able to choose the disk label that will be used when formating the hard drive to accommodate their use cases; e.g users operating machines in BIOS mode will be able to overcome the 2TB limitation for partition size that is imposed by the MBR. Closes-Bug: #1548788 Depends-On: I307315b1b32c9bf0babd7e42d4e9bc2030884980 Change-Id: I538029fea9326de9c62fdf965469dae8915551be
Diffstat (limited to 'releasenotes/notes/disk-label-capability-d36d126e0ad36dca.yaml')
-rw-r--r--releasenotes/notes/disk-label-capability-d36d126e0ad36dca.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/disk-label-capability-d36d126e0ad36dca.yaml b/releasenotes/notes/disk-label-capability-d36d126e0ad36dca.yaml
new file mode 100644
index 000000000..95365283a
--- /dev/null
+++ b/releasenotes/notes/disk-label-capability-d36d126e0ad36dca.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - Add support for a new capability called 'disk_label' to allow
+ operators to choose the disk label that will be used when Ironic is
+ partitioning the disk.