# VxVM vxedit ERROR V-5-1-926 Record xxxx not in disk group configuration
VxVM vxresize ERROR V-5-1-4703 Problem running vxassist command for volume
The issues occurs if the volume selected for resizing is a snapshot volume with DRL attached and does not have the "sitetags" attribute specified for it.
For this example, we plan to expand a volume "testvol" by 40g, that is a part of diskgroup "testDg"
If the volume is a part of Veritas Cluster Server (VCS), freeze the cluster and run below commands to perform a successful resize operation.
1) /usr/sbin/vxconfigd -k -m enable
2) vxsnap -f -g testDg unprepare testvol (This will unprepare the snapshot and force delete the DRL log from the volume)
3) Now resize the volume
vxresize -b -g testDg testvol +40g