You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear All,
When testing zfs_rename group in test suit, i try to open the zfs_rename_006_pos.ksh
to verify rename a volume snapshot and data integrity, and find this script uesd dd tool read
data from voluem snapshot but faild. The detail test case as following description:
Solution: the above script test fail because used dd tool read data from volume snapshot,
and find that /dev/zvol/testpool.1321/testvol1321@testsnap1321 not exist as a dev in linux,
and i think the volume snapshot don't contains unique bytes in self beacuse the data in vloume don't change. but i also did not find a good way to modify, looking forward to advice, thanks!
The text was updated successfully, but these errors were encountered:
Dear All,
When testing zfs_rename group in test suit, i try to open the zfs_rename_006_pos.ksh
to verify rename a volume snapshot and data integrity, and find this script uesd dd tool read
data from voluem snapshot but faild. The detail test case as following description:
setup:
zfs_rename_006_pos:
1.Write data to this volume(
testvol1321
) and create a snapshot(testsnap1321
) of volume.2.Rename volume snapshot to a new one.
3.Rename volume to a new one.
4.Restore volume and snatshot name to origin.
5.Verify data integrity.
Solution: the above script test fail because used dd tool read data from volume snapshot,
and find that /dev/zvol/testpool.1321/testvol1321@testsnap1321 not exist as a dev in linux,
and i think the volume snapshot don't contains unique bytes in self beacuse the data in vloume don't change. but i also did not find a good way to modify, looking forward to advice, thanks!
The text was updated successfully, but these errors were encountered: