ECLAT-CHVOL

NAME
SYNOPSIS
DESCRIPTION
OUTPUT
EXAMPLE
SEE ALSO
AUTHORS
BUG REPORTS
COPYRIGHT

NAME

eclat-chvol - modify size, type and iops of a volume

SYNOPSIS

eclat chvol [iops=RATE] [size=NUM] [type=STRING]

eclat chvol --help

DESCRIPTION

Modifies parameters of an existing EBS volume.
iops=
RATE

The IOPS rate of the volume. This is only valid for Provisioned IOPS SSD (io1) volumes.

size=NUM]

Size of the volume in gigabytes.

type=STRING

Type of the volume. Valid values for STRING are: standard, io1, gp2, sc1, st1.

Use eclat lschvol to check the modification status.

OUTPUT

The default output format lists the volume ID, modification status (one of: modifying, optimizing, completed, or failed), and the completion percentage. This line is followed by at most three indented lines, each listing a parameter name, its original and modified value. E.g.:

vol-deadbeef optimizing 80%
size: 16 => 32
type: standard => standard

EXAMPLE

eclat chvol vol-deadbeef size=32

SEE ALSO

eclat(1), eclat-lschvol(1).

AUTHORS

Sergey Poznyakoff

BUG REPORTS

Report bugs to <bug-eclat@gnu.org.ua>.

COPYRIGHT

Copyright © 2012-2018 Sergey Poznyakoff
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.


Manpage server at man.gnu.org.ua.

Powered by mansrv 1.1