Feature #1292
Support the creation of partition disk images with a label
Status: | Closed | Start date: | 05/24/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Drivers - Storage | |||
Target version: | - | |||
Resolution: | duplicate | Pull request: |
Description
I think it would help to be able to set labels in the VM template for disks with TYPE = fs and FORMAT = ext3 for instance.
AFAICT, there may just be a need for a mkfs.ext3 -L label device command in the mkfs_command
This one could prepare an image with an fstab corresponding to the labels set in the VM template to be able to mount other disks upon instanciation
History
#1 Updated by Olivier Berger about 9 years ago
Oh, btw, the same would also be useful for images created from image templates
#2 Updated by Ruben S. Montero about 8 years ago
- Category set to Drivers - Storage
#3 Updated by Ruben S. Montero about 8 years ago
- Status changed from New to Closed
- Resolution set to duplicate
Closing this as duplicate, #1968 has a patch that could be used for this.