Message-ID: <1515382677.5207.1711706485088.JavaMail.confluence@zettalane.com> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_5206_337564610.1711706485088" ------=_Part_5206_337564610.1711706485088 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html volume

volume

Usage

=20
create =
volume    [label=3D]<volname> disk=3D<device> [size=3D<size&=
gt;[kKmMgGtT]]
create volume    [label=3D]<volname> vg=3D<vg-name>|snapshotof=
=3D<volname>=20
        disk=3D<device>size=3D<size>[kKmMgGtT] [options=3D<l=
vopts>]
create volume    [label=3D]<thinpoolname> thinpool=3D1 vg=3D<vg-na=
me> size=3D<size>[kKmMgGtT]
create volume    [label=3D]<volname> thinpool=3D<thinpoolname> =
size=3D<size>[kKmMgGtT]
create volume    [label=3D]<volname> filesys=3Dxfs|ext4|zfs pathname=
=3D<fs-path> [disk=3D<disk-name>] [zp=3D<pool-name>]
delete volume    [label=3D]<volname>
set volume    <volname> [size|capacity=3D<size>[kKmMgGtT]]
        [readAheadEnabled=3Dboolean] [readAheadMulti=3Dinteger-val]
        [readCacheEnabled=3Dboolean] [writeCacheEnabled=3Dboolean]
        [cacheFlushDelay=3Dinteger] [varyioEnabled=3Dboolean]
        [readOnly|writeProtect=3Dboolean]
show volume    [[label=3D][user-label]]



=20


Examples

=20
    mayacli creat=
e volume testvol disk=3D/dev/sda
    mayacli create volume testvol vg=3Dvgtest size=3D200G
    mayacli create volume snap_test snapshotof=3Dtestvol size=3D20G
    mayacli create volume vmpool_thin thinpool=3D1 vg=3Dvgtest size=3D200G
    mayacli create volume vmdisk_thin thinpool=3Dvmpool size=3D1T
    mayacli create volume export1 filesys=3Dxfs pathname=3D/vault/projects =
 options=3D'"*(rw,sync)""




=20


Output

=20
mayacli show vo=
l
Configured Volumes:
Type: id =3D Individual Disk, bd =3D Block Device, flex =3D Flexible Volume=
,
      snap =3D Snapshot Volume, rg =3D Raid Group, vg =3D Volume Group,
      tape =3D Virtual Tape Volume, vtape =3D Virtual Tape Drive,
      vtl =3D Virtual Tape Library, crypt =3D Block level encrypted volume

Volume                           Type   Size      Device                   =
  =20
-------------------------------- ------ --------- -------------------------=
---
rhel                             vg        9.00G /dev/rhel                 =
 =20
testvg1                          vg      223.57G /dev/testvg1              =
 =20
test_thinpool                    thinp   100.00G /dev/testvg1/test_thinpool=
 =20
thinvol1                         flex     15.00G /dev/testvg1/thinvol1     =
 =20
thinvol2                         flex     20.00G /dev/testvg1/thinvol2     =
 =20
thickvol1                        flex     50.00G /dev/testvg1/thickvol1    =
 =20
thinvol3                         flex     20.00G /dev/testvg1/thinvol3     =
 =20
testzpool1                       zpool   222.00G /dev/testzpool1           =
 =20
zvol1                            flex     10.00G /dev/testzpool1/zvol1     =
 =20
zvol2                            flex    100.00G /dev/testzpool1/zvol2     =
 =20
nvmevol1                         block   953.87G /dev/nvme0n1  =20

=20
------=_Part_5206_337564610.1711706485088--