Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ECLAT-CHVOL(1)		      Eclat User Reference		  ECLAT-CHVOL(1)

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 percent-
     age. 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 (C) 2012-2018 Sergey Poznyakoff
     License GPLv3+: GNU GPL version 3 or later <http://gnu.org/li-
     censes/gpl.html>
     This  is  free software: you are free to change and redistribute it.  There
     is NO WARRANTY, to the extent permitted by law.

ECLAT				December 15, 2018		  ECLAT-CHVOL(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=eclat-chvol&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help