mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
M #: Add option for formating datablocks (--fs) (#1045)
This commit is contained in:
parent
8711c79e0c
commit
da555f9b40
@ -103,6 +103,12 @@ class OneImageHelper < OpenNebulaHelper::OneHelper
|
||||
:description => 'Format of the image (raw, qcow2, ...)',
|
||||
:format => String
|
||||
},
|
||||
{
|
||||
:name => 'fs',
|
||||
:large => '--fs filesystem',
|
||||
:description => 'Filesystem to format the image (ext4, xfs, ...)',
|
||||
:format => String
|
||||
},
|
||||
{
|
||||
:name => 'disk_type',
|
||||
:large => '--disk_type disk_type',
|
||||
|
Loading…
x
Reference in New Issue
Block a user