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

FreeBSD Manual Pages

  
 
  

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

NAME
     eclat-devol, eclat-detach-volume - detach a volume from an instance

SYNOPSIS
     eclat devol [-f] [--force] VOL-ID [INST-ID [DEV-NAME]]

     eclat devol --help

DESCRIPTION
     The  devol  command  detaches a volume from an EC2 instance.  The volume is
     identified by the VOL-ID argument, which specifies its identifier	or  sym-
     bolic  name  (if  ID  mapping is enabled).  In the latter case, the name is
     translated to ID using the VolumeId map.

     The optional argument INST-ID specifies the ID of the  instance  to  attach
     the  volume  to.	If ID mapping is enabled, it is translated using the In-
     stanceId map.  Finally, the optional argument DEV-NAME specifies  the  name
     of the device that refers to this volume.

EXAMPLE
     $ eclat devol vol-12340156 i-40ed7ef3 /dev/xvdf
     vol-12340156 detaching i-40ed7ef3 /dev/xvdf

SEE ALSO
     eclat(1), eclat-atvol(1), eclat-mkvol(1), eclat-rmvol(1), eclat-lsvol(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				January 28, 2015		  ECLAT-DEVOL(1)

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

home | help