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

FreeBSD Manual Pages

  
 
  

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

NAME
     eclat-lschvol - reports the current modification status of EBS volumes

SYNOPSIS
     eclat lschvol [FILTER...] [VOL-ID...]

     eclat lschvol --help

DESCRIPTION
     Reports  the  current  modification  status  of EBS volumes. Volumes can be
     specified either by their volume IDs or by filters. In the latter case, all
     volumes matching filters will be reported.

FILTERS
     volume-id=ID
	    The volume ID.  This filter has the same effect as specifying ID  as
	    the command line argument.

     modification-state=STATE
	    Modules with this modification state. STATE is one of modifying, op-
	    timizing, completed, or failed .

     target-size=SIZE
	    Target size of the volume.

     target-iops=NUM
	    Target IOPS of the volume.

     target-volume-type=TYPE
	    Target volume type (one of: standard, io1, gp2, sc1, st1).

     original-size=SIZE
	    Original size of the volume.

     original-iops=NUM
	    Original IOPS of the volume.

     original-volume-type=TYPE
	    Original type of the volume.

     start-time=TIME
	    Time when the recent ModifyVolume operation (see eclat-chvol(1)) was
	    initialized.

OUTPUT
     Default  output format is similar to that of eclat chvol subcommand: report
     for each volume begins in the column 0 with the volume ID, followed by  the
     modification status and progress percentage. Lines that follow are indented
     by  one tab stop. Each line lists a parameter name, its original and target
     value. For example:

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

SEE ALSO
     eclat(1), eclat-chvol(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-LSCHVOL(1)

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

home | help