need understand vxrpint concat for mutiple plex
Hi,
I am having difficuty to understand vxprint output:
v-bash-4.1# vxprint
Disk group: testdg
TY NAME ASSOC KSTATE LENGTH PLOFFS STATE TUTIL0 PUTIL0
dg testdg testdg - - - - - -
dm testdg01 disk_1 - 16710624 - - - -
dm testdg02 disk_2 - 16710624 - - - -
v datavol1 fsgen DISABLED 16710624 - EMPTY - -
pl dataplex1 datavol1 DISABLED 16710624 - EMPTY - -
sd testdg01s0 dataplex1 ENABLED 8355312 0 - - -
sd testdg02s0 dataplex1 ENABLED 8355312 8355312 - - -
pl dataplex2 datavol1 DISABLED 16710624 - EMPTY - -
sd testdg01s1 dataplex2 ENABLED 8355312 0 - - -
sd testdg02s1 dataplex2 ENABLED 8355312 8355312 - - -
the volume datavol1 was create by:
vxmake -g testdg -U fsgen vol datavol1 plex=dataplex1,dataplex2
size caculation should be :
testdg01s0 = 4G, testdg02s0 = 4G, ---dataplex1
testdg01s1 = 4G, testdg02s1 = 4G, ---dataplex2.
how come total datavol1 size only shows 8G, it should be 16 isn't it?