Hello, I''m attempting to dry run the send the root data set of a zone from one Solaris 11 host to another: sudo zfs send -r rpool/zoneRoot/zone at to_send | sudo ssh remote zfs receive -ven fileserver/zones But I''m seeing cannot receive: stream has unsupported feature, feature flags = 24 The source pool version is 31, the remote pool version is 33. Both the source filesystem and parent on the remote box are version 5. I''ve never seen this before, any clues? -- Ian.
Hi Ian, This looks like CR 7097870. To resolve this problem, apply the latest s11 SRU to both systems. Thanks, Cindy On 02/08/12 17:55, Ian Collins wrote:> Hello, > > I''m attempting to dry run the send the root data set of a zone from one > Solaris 11 host to another: > > sudo zfs send -r rpool/zoneRoot/zone at to_send | sudo ssh remote zfs > receive -ven fileserver/zones > > But I''m seeing > > cannot receive: stream has unsupported feature, feature flags = 24 > > The source pool version is 31, the remote pool version is 33. Both the > source filesystem and parent on the remote box are version 5. > > I''ve never seen this before, any clues? >
Maybe Matching Threads
- Solaris 11 System Reboots Continuously Because of a ZFS-Related Panic (7191375)
- zfs receive options (was S11 vs illumos zfs compatiblity)
- zfs allow does not work for rpool
- How to rename rpool. Is that recommended ?
- How to delegate zfs snapshot destroy to users?