Re: [zfs-discuss] zfs device busy

2008-03-31 Thread Fred Oliver
Kyle McDonald wrote: > In this case you may need to use 'zfs unshare', since I don't know if > 'unshare' can unshare a ZFS that was sared by 'zfs share'. This makes no difference: # zfs unshare files/custfs/cust12/2053699a cannot unshare 'files/custfs/cust12/2053699a': not currently shared # zf

Re: [zfs-discuss] zfs device busy

2008-03-29 Thread Fred Oliver
Richard Elling wrote: > Fred Oliver wrote: >> I am having trouble destroying a zfs file system (device busy) and >> fuser isn't telling me who has the file open: >> >> # zfs destroy files/custfs/cust12/2053699a >> cannot unmount '/files/custfs/cust12

Re: [zfs-discuss] zfs device busy

2008-03-28 Thread Fred Oliver
Marion Hakanson wrote: [EMAIL PROTECTED] said: I am having trouble destroying a zfs file system (device busy) and fuser isn't telling me who has the file open: . . . This situation appears to occur every night during a system test. The only peculiar operation on the errant file system is tha

[zfs-discuss] zfs device busy

2008-03-28 Thread Fred Oliver
I am having trouble destroying a zfs file system (device busy) and fuser isn't telling me who has the file open: # zfs destroy files/custfs/cust12/2053699a cannot unmount '/files/custfs/cust12/2053699a': Device busy # zfs unmount files/custfs/cust12/2053699a cannot unmount '/files/custfs/cust12

Re: [zfs-discuss] zfs snapshot timestamp info

2007-09-18 Thread Fred Oliver
the effect of a rollback or promote command. Fred Oliver Tim Spriggs wrote: > zfs get creation pool|filesystem|snapshot > > Poulos, Joe wrote: >> Hello, >> >> >> >> Is there a way to find out what the timestamp is of a specific >> snapshot? Cur

[zfs-discuss] Atomic setting of properties?

2007-03-27 Thread Fred Oliver
Has consideration been given to setting multiple properties at once in a single zfs set command? For example, consider attempting to maintain quota == reservation, while increasing both. It is impossible to maintain this equality without some additional help. Quota must be increased first