Here is what I did to make my volume
gluster volume create imgnew2a replica 3 transport tcp ov12.strg.srcle.com:/bricks/brick10/imgnew2a ov13.strg.srcle.com:/bricks/brick11/imgnew2a ov14.strg.srcle.com:/bricks/brick12/imgnew2a
on a host with the old volume I did this
mount -t glusterfs yy.yy.24.18:/images3/ /mnt/test/ -- Old defective volume
974 ls /mnt/test
975 mount
976 mkdir /mnt/test1trg
977 mount -t glusterfs yy.yy.24.24:/imgnew2a /mnt/test1trg ---- New volume
978 mount
979 ls /mnt/test
980 cp -a /mnt/test/* /mnt/test1trg/
When I tried to add the storage domain -- I got the errors described previously about needing to clean out the old domain.
Thank You For Your Help !