Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jan 2012 19:41:09 GMT
From:      Dmitry Afanasiev <KOT@MATPOCKuH.Ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/164256: zfs: device entry for volume is not created after zfs receive
Message-ID:  <201201171941.q0HJf9kt018125@red.freebsd.org>
Resent-Message-ID: <201201171950.q0HJoApP011356@freefall.freebsd.org>

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

>Number:         164256
>Category:       kern
>Synopsis:       zfs: device entry for volume is not created after zfs receive
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 17 19:50:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Afanasiev
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
FreeBSD green 9.0-STABLE FreeBSD 9.0-STABLE #82: Sat Jan  7 00:24:08 MSK 2012     root@green:/usr/obj/usr/src/sys/green  amd64

>Description:
Device entry for received from snapshot volume must be created, but not created.
>How-To-Repeat:
# zpool create tank `mdconfig -a -t swap -s 64m`
# zfs create -V 1M tank/vol1
# zfs snapshot tank/vol1@snap
# ls /dev/zvol/tank
vol1            vol1@snap
# zfs send tank/vol1@snap | zfs receive tank/vol2
# ls /dev/zvol/tank
vol1            vol1@snap <- there is no entries for vol2
# zpool export tank
# zpool import tank
# ls /dev/zvol/tank
vol1            vol1@snap       vol2            vol2@snap <- magic!

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201171941.q0HJf9kt018125>