Hello,
Environment: 2.4.18 + EVMS1.2 + XFS1.1
In recent test, I have confined the input/output
error to an LV that was managed under LvmRegMgr.
Actions as follow:
Evms: c:c,LvmRegMgr={name="myvg"},sdb,sdc,sdd
Evms: c:r,LvmRegMgr={name="mylv",size=10GB},lvm/myvg/Freespace
Evms: c:v,lvm/myvg/mylv,c
Evms: mkfs:XFS={},/dev/evms/lvm/myvg/mylv
Evms: quit
#mount -t xfs /dev/evms/lvm/myvg/mylv /mnt/mylv
#cp -r /usr/src/* /mnt/mylv/.
cp:cannot create regular file... : input/output error
cp:cannot create regular file... : input/output error
cp: ...
...
Also, tried (convert to EVMS native voule):
Evms: um:/dev/evms/lvm/myvg/mylv
Evms: co:/dev/evms/lvm/myvg/mylv,N="newlv"
Evms: quit
#mount -t xfs /dev/evms/lvm/myvg/mylv /mnt/mylv
#cp -r /usr/src/* /mnt/mylv/.
cp:cannot create regular file... : input/output error
cp:cannot create regular file... : input/output error
cp: ...
...
Has anyone familiar with this problem, or have other result
with the above setup?
Regards,
Michael.
|