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
First - I'm running zfsonlinux 0.6.0-rc6, on CentOS 6.0 x86_64.
OpenSolaris 10 snv_137 machine does a zfs send -DRp of a filesystem containing multiple snapshots. This is a replication package, with dedup processing enabled on the stream but not necessarily the filesystem itself. (Doesn't seem to matter.)
I'm receiving on zfsonlinux. The first snapshot is created, then the receive aborts with "invalid backup format", I think it is.
I can restart the transfer at the snapshot where it aborted and it will transfer one more snapshot, then again stop.
Removing the -D flag on send avoids the above behavior; I can successfully transfer the entire filesystem with all snapshots. This is an apparent issue with zfsonlinux, because I have successfully replicated several filesystems including the -D flag, to a Solaris 11 Express machine.
The text was updated successfully, but these errors were encountered:
We can have additional type safety by using generics and PhantomData to associate the type of the ObjectBasedLogPhys and BlockBasedLogPhys with the type of the entries stored in it. This prevents us from loading an ObjectBasedLogPhys that stores one type of entries into a ObjectBasedLog that stores a different type of entry (same for BlockBasedLog).
…enzfs#432)
Use `/dev/disk/by-path/` instead of `/dev/disk/by-id` as the zcachedb
default cache directory. The former doesn't have duplicate symlinks to
the same cache device.
Furthermore, even if the cache directory specified by the user does have
duplicate entries, then uniquify them.
Side-Change: Remove `-c` option from zcachedb and fix the UX for
`superblocks` command to be like this:
```
$ zcachedb superblocks /dev/sdb
```
instead of this:
```
$ zcachedb -c /dev/sdb superblocks
```
First - I'm running zfsonlinux 0.6.0-rc6, on CentOS 6.0 x86_64.
OpenSolaris 10 snv_137 machine does a zfs send -DRp of a filesystem containing multiple snapshots. This is a replication package, with dedup processing enabled on the stream but not necessarily the filesystem itself. (Doesn't seem to matter.)
I'm receiving on zfsonlinux. The first snapshot is created, then the receive aborts with "invalid backup format", I think it is.
I can restart the transfer at the snapshot where it aborted and it will transfer one more snapshot, then again stop.
Removing the -D flag on send avoids the above behavior; I can successfully transfer the entire filesystem with all snapshots. This is an apparent issue with zfsonlinux, because I have successfully replicated several filesystems including the -D flag, to a Solaris 11 Express machine.
The text was updated successfully, but these errors were encountered: