NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/54541: kernel panic using "zfs diff"



The following reply was made to PR kern/54541; it has been noted by GNATS.

From: Patrick Welche <prlw1%cam.ac.uk@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: kern/54541: kernel panic using "zfs diff"
Date: Mon, 14 Oct 2019 13:49:23 +0100

 On Sat, Oct 12, 2019 at 12:00:02PM +0000, J. Hannken-Illjes wrote:
 >  Should fix PR kern/54541: kernel panic using "zfs diff"
 
 It does - thanks!
 
 # zfs list
 NAME   USED  AVAIL  REFER  MOUNTPOINT
 home  72.5K  1.23T    23K  /home
 # touch /home/hello
 # zfs snapshot home@hello
 # touch /home/world
 # zfs snapshot home@world
 # zfs list -t all
 NAME         USED  AVAIL  REFER  MOUNTPOINT
 home          96K  1.23T    23K  /home
 home@hello    13K      -    23K  -
 home@world      0      -    23K  -
 # touch /home/after
 # zfs diff home@world
 M       /home/
 +       /home/after
 # zfs diff home@hello home@world
 M       /home/
 +       /home/world
 


Home | Main Index | Thread Index | Old Index