Feature #29881
Add ability to attach disk to the machine and format it filesystem
Start date:
16.05.2022
Due date:
Estimated time:
Description
Add ability to specify disk in machine template json file.
Example:
"disk" : { "filesystem" : "ext2", "mount": "/ext2_disk/", }
According to this example, mdbci should attach disk, mount it to the /ext2_disk/
and format it to ext2
when creating machine.
History
Updated by Daniil Kulakov about 1 month ago
- Status changed from New to Resolved
- Assignee changed from Daniil Kulakov to Andrey Vasilyev
Updated by Andrey Vasilyev about 1 month ago
- Status changed from Resolved to In Progress
- Assignee changed from Andrey Vasilyev to Daniil Kulakov
Updated by Daniil Kulakov 23 days ago
- Status changed from In Progress to Resolved
- Assignee changed from Daniil Kulakov to Andrey Vasilyev