1
0
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:
Christian González 2021-03-30 15:57:45 +02:00 committed by GitHub
parent 8711c79e0c
commit da555f9b40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',