Argomento precedente: volume createArgomento successivo: volume destroy


Risultato di volume create

Questo argomento riguarda la specifica dell'output del comando.

Il risultato di questo comando è il seguente: volume name created [ with file system fstype ].

Risultato di non batch
a.	Symbolic link:
Volume ‘<name>’ created as a symbolic link to <volume>.
b.	Regular volume:
Volume ‘<name>’ created with filesystem ‘<fstype>’.
Risultato di batch

Se l'opzione --batch è specificata, il risultato di questo comando è il seguente:

1.	Output relativo a batch 
	a.	Symbolic link:
	volume <name>
  	 {
  	 link         = <val>
  	 comment = <val>
  	 }
	b.	Regular volume
	volume <name>
  	 {
  	 size         = <val>
  	 comment = <val>
  	 fs_type    = <val>
  	 }
2.	Output non relativo a batch
	a.	Symbolic link:
	Volume ‘<name>’ created as a symbolic link to <volume>.
	b.	Regular volume:
	Volume ‘<name>’ created with filesystem ‘<fstype>’.