Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Jul 2012 13:44:03 +0100
From:      Johannes Totz <johannes@jo-t.de>
To:        freebsd-fs@freebsd.org
Subject:   zfs send glitch
Message-ID:  <jtejmj$kh9$1@dough.gmane.org>

next in thread | raw e-mail | index | archive | help
Hi,

zfs send with verbose flag fails for some reason, whereas omitting the
verbose flag works (beware of line breaks):

# zfs send -vRI @120203-2320 backup/alexs-imac/120607-0056@120607-0056 |
zfs receive -vun panzer/home/jo/backups/alexs-imac/alexs-imac/120203-2320

send from @120203-2320 to backup/alexs-imac/120607-0056@120603-2311
estimated size is 32.8G
send from @120603-2311 to backup/alexs-imac/120607-0056@120607-0056
estimated size is 8.56G
total estimated size is 41.3G
cannot hold 'backup/alexs-imac/120607-0056@120203-2320': pool must be
upgraded
WARNING: could not send backup/alexs-imac/120607-0056@120607-0056:
incremental source (backup/alexs-imac/120607-0056@120203-2320) does not
exist



And now without verbose flag:

# zfs send -RI @120203-2320 backup/alexs-imac/120607-0056@120607-0056 |
zfs receive -vu panzer/home/jo/backups/alexs-imac/alexs-imac/120203-2320
receiving incremental stream of
backup/alexs-imac/120607-0056@120603-2311 into
panzer/home/jo/backups/alexs-imac/alexs-imac/120203-2320@120603-2311


This is on:

FreeBSD XXX 9.0-STABLE FreeBSD 9.0-STABLE #1 r237006: Wed Jun 13
17:06:56 BST 2012     root@XXX:/usr/obj/usr/src/sys/GENERIC  amd64


Is this a known glitch? I remember -v used to work fine on this machine
(before I updated it last month).



Johannes




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?jtejmj$kh9$1>