nas_volume
273
The nas Commands
acl = 0
in_use = False
type = meta
volume_set = d7
disks = d7
See Example #2 for a description of command output.
EXAMPLE #5 To create a stripe volume named, stv1, with a size of 32768 bytes on
disk volumes d10, d12, d13, and d15, type:
$ nas_volume -name stv1 -create -Stripe 32768 d10,d12,d13,d15
id = 147
name = stv1
acl = 0
in_use = False
type = stripe
stripe_size = 32768
volume_set = d10,d12,d13,d15
disks = d10,d12,d13,d15
Where:
EXAMPLE #6 To clone mtv1, type:
$ nas_volume -Clone mtv1
id = 146
name = mtv1
acl = 0
in_use = False
type = meta
volume_set = d7
disks = d7
id = 148
name = v148
acl = 0
in_use = False
type = meta
volume_set = d8
disks = d8
See Example #2 for a description of command output.
EXAMPLE #7 To clone the volume mtv1 and set the disk type to BCV, type:
$ /nas/sbin/rootnas_volume -Clone mtv1 -option disktype=BCV
id = 322
name = mtv1
acl = 0
Value Definition
stripe_size specified size of the stripe volume.