veeam / blksnap

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

fix snapshot block device path in tests #81

Closed hburaylee closed 1 year ago

hburaylee commented 1 year ago

The snapshot device path is changed from /dev/veeamblksnap-image0 to /dev/veeamblksnapimg0.

Fixes: bf92996 ("struct blk_major_name.name has a limit of 16 bytes")

80

Fantu commented 1 year ago

Hi, thanks for the fix, looking https://github.com/veeam/blksnap/commit/0e8b1327e5be0bd17c710a52a32ae8725f0ed76f there are other tests scripts that need same fix

hburaylee commented 1 year ago

Hi, thanks for the fix, looking 0e8b132 there are other tests scripts that need same fix

I've fixed the problem in other scripts.