Re: [zfs-discuss] Odd snapshots exposed in Solaris 11.1

2013-01-22 Thread Tomas Forsman
On 22 January, 2013 - Ian Collins sent me these 0,9K bytes:

 Since upgrading to Solaris 11.1, I've started seeing snapshots like

 tank/vbox/shares%VMs

 appearing with zfs list -t snapshot.

 I thought snapshots with a % in their name where private objects created  
 during a send/receive operation.  These snapshots don't have many  
 properties:

 zfs get all tank/vbox/shares%VMs
 NAME  PROPERTYVALUE  SOURCE
 tank/vbox/shares%VMs  creationTue Jan 15  9:15 2013  -
 tank/vbox/shares%VMs  mountpoint  /vbox/shares   -
 tank/vbox/shares%VMs  share.* ...local
 tank/vbox/shares%VMs  zoned   offdefault

 Which is casing one of my scripts grief.

Ignore snapshots that have %, only use those with @ ?

 Does anyone know why these are showing up?

They're used for new style sharing in s11.1 as well.

zfs list -t share

/Tomas
-- 
Tomas Forsman, st...@acc.umu.se, http://www.acc.umu.se/~stric/
|- Student at Computing Science, University of UmeƄ
`- Sysadmin at {cs,acc}.umu.se
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


[zfs-discuss] Odd snapshots exposed in Solaris 11.1

2013-01-21 Thread Ian Collins

Since upgrading to Solaris 11.1, I've started seeing snapshots like

tank/vbox/shares%VMs

appearing with zfs list -t snapshot.

I thought snapshots with a % in their name where private objects created 
during a send/receive operation.  These snapshots don't have many 
properties:


zfs get all tank/vbox/shares%VMs
NAME  PROPERTYVALUE  SOURCE
tank/vbox/shares%VMs  creationTue Jan 15  9:15 2013  -
tank/vbox/shares%VMs  mountpoint  /vbox/shares   -
tank/vbox/shares%VMs  share.* ...local
tank/vbox/shares%VMs  zoned   offdefault

Which is casing one of my scripts grief.

Does anyone know why these are showing up?

--
Ian.

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