Hello All,

This is my zfs list:

# zfs list
NAME                       USED  AVAIL  REFER  MOUNTPOINT
rpool                     10,5G  3,85G    61K  /rpool
rpool/ROOT                9,04G  3,85G    18K  legacy
rpool/ROOT/opensolaris    89,7M  3,85G  5,44G  legacy
rpool/ROOT/opensolaris-1  8,95G  3,85G  5,52G  legacy
rpool/dump                 256M  3,85G   256M  -
rpool/export               747M  3,85G    19K  /export
rpool/export/home          747M  3,85G   747M  /export/home
rpool/swap                 524M  3,85G   524M  -

Today I've created one snapshot as below:

# zfs snapshot rpool/ROOT/[EMAIL PROTECTED]

Ufortunately I can't see it, because `zfs list` command doesn't show it:

# zfs list
NAME                       USED  AVAIL  REFER  MOUNTPOINT
rpool                     10,5G  3,85G    61K  /rpool
rpool/ROOT                9,04G  3,85G    18K  legacy
rpool/ROOT/opensolaris    89,7M  3,85G  5,44G  legacy
rpool/ROOT/opensolaris-1  8,95G  3,85G  5,52G  legacy
rpool/dump                 256M  3,85G   256M  -
rpool/export               747M  3,85G    19K  /export
rpool/export/home          747M  3,85G   747M  /export/home
rpool/swap                 524M  3,85G   524M  -

I know the snapshot exists, because I can't create the same again:

# zfs snapshot rpool/ROOT/[EMAIL PROTECTED]
cannot create snapshot 'rpool/ROOT/[EMAIL PROTECTED]': dataset 
already exists

Is it a strange? How can you explain that?

I use OpenSolaris 2008.11 snv_101a:

# uname -a
SunOS oklahoma 5.11 snv_101a i86pc i386 i86pc Solaris

My best regards,

Pawel

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

Reply via email to