Previous Topic: create (Volume Management)--Create a New Volume for an ApplicationNext Topic: destroy (Volume Management)--Remove an Existing Volume from an Application


volume create Command Output Specification

The output of this command is the following: volume name created [ with filesystem fstype ].

Non-batch Output
a.	Symbolic link:
Volume ‘<name>’ created as a symbolic link to <volume>.
b.	Regular volume:
Volume ‘<name>’ created with filesystem ‘<type>’.
Batch Output

If the --batch option is specified, the output of this command is the following:

1.	Batch output 
	a.	Symbolic link:
	volume <name>
  	 {
  	 link         = <val>
  	 comment = <val>
  	 }
	b.	Regular volume
	volume <name>
  	 {
  	 size         = <val>
  	 comment = <val>
  	 fs_type    = <val>
  	 }
2.	Non-batch output
	a.	Symbolic link:
	Volume ‘<name>’ created as a symbolic link to <volume>.
	b.	Regular volume:
	Volume ‘<name>’ created with filesystem ‘<type>’.