veeam / blksnap

Nonpersistent block device snapshot with block-level change-tracking capabilities.
GNU General Public License v2.0
84 stars 22 forks source link

When running 1000-simple.sh, special device /dev/veeamblksnap-image0 does not exist #80

Closed hburaylee closed 1 year ago

hburaylee commented 1 year ago

Distribution

CentOS Stream release 9

Architecture

amd64

Kernel version

5.14.0-386.el9.x86_64

Blksnap version

VAL-6.1

Bug description

An error was reported when executing the 1000-simple.sh test script using the VAL-6.1 branch. The error indicates that the special device "/dev/veeamblksnap-image0" does not exist when attempting to mount "/tmp/blksnap-test/image0."

$ bash 1000-simple.sh
...
Check snapshots
mount: /tmp/blksnap-test/image0: special device /dev/veeamblksnap-image0 does not exist.
Check files in /tmp/blksnap-test/image0
md5sum: ./hash.md5: No such file or directory
Write to snapshot
...

Steps to reproduce

No response

Expected behavior

No response

Additional information

No response