Hi Daniel,

I tried to reproduce this by sending from a b130 system to a s10u9 system, which vary in pool versions, but this shouldn't matter. I've
been sending/receiving streams between latest build systems and
older s10 systems for a long time. The zfs send -R option to send a
recursive snapshot and all properties integrated into b77 so that
isn't your problem either.

The above works as expected. See below.

I also couldn't find any recent bugs related to this, but bug searching is not an exact science.

Mystified as well...

Cindy

v440-brm-02# zfs create -o compression=gzip rpool/test
v440-brm-02# zfs snapshot rpool/t...@now
v440-brm-02# zfs send -Rv rpool/t...@now | ssh t2k-brm-03 zfs receive -dv tank
sending from @ to rpool/t...@now
.
.
.
Password:
receiving full stream of rpool/t...@now into tank/t...@now
received 8KB stream in 1 seconds (8KB/sec)
t2k-brm-03# zfs get compression tank/test
NAME       PROPERTY     VALUE     SOURCE
tank/test  compression  gzip      local


On 04/07/10 12:05, Daniel Bakken wrote:
Cindy,

The source server is OpenSolaris build 129 (zpool version 22) and the destination is stock OpenSolaris 2009.06 (zpool version 14). Both filesystems are zfs version 3.

Mystified,

Daniel Bakken

On Wed, Apr 7, 2010 at 10:57 AM, Cindy Swearingen <cindy.swearin...@oracle.com <mailto:cindy.swearin...@oracle.com>> wrote:

    Daniel,

    Which Solaris release is this?

    I can't reproduce this on my lab system that runs the Solaris 10
    10/09 release.

    See the output below.

    Thanks,

    Cindy

    # zfs destroy -r tank/test
    # zfs create -o compression=gzip tank/test
    # zfs snapshot tank/t...@now
    # zfs send -R tank/t...@now | zfs receive -vd rpool
    receiving full stream of tank/t...@now into rpool/t...@now
    received 249KB stream in 2 seconds (125KB/sec)
    # zfs list -r rpool
    NAME                        USED  AVAIL  REFER  MOUNTPOINT
    rpool                      39.4G  27.5G  47.1M  /rpool
    rpool/ROOT                 4.89G  27.5G    21K  legacy
    rpool/ROOT/s10s_u8wos_08a  4.89G  27.5G  4.89G  /
    rpool/dump                 1.50G  27.5G  1.50G  -
    rpool/export                 44K  27.5G    23K  /export
    rpool/export/home            21K  27.5G    21K  /export/home
    rpool/snaps                31.0G  27.5G  31.0G  /rpool/snaps
    rpool/swap                    2G  29.5G    16K  -
    rpool/test                   21K  27.5G    21K  /rpool/test
    rpool/t...@now                 0      -    21K  -
    # zfs get compression rpool/test
    NAME        PROPERTY     VALUE     SOURCE
    rpool/test  compression  gzip      local

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to