Karel Gardas
2010-Nov-25 22:22 UTC
[zfs-discuss] Strange behavior of b151a and .zfs directory
Hello, after upgrade to Sol11Express I''ve noticed kind of strange behavior of .zfs directory of any ZFS filesystem. Go into the .zfs directory and type `find . -type f'' for the first time after you''ve mounted the file-system. It''ll show nothing. Type it second time and you will get expected list of files from all the snapshots. Is this expected or is it a bug? I don''t remember seeing this on OS2009.06. Thanks, Karel -- This message posted from opensolaris.org
Cindy Swearingen
2010-Nov-29 22:44 UTC
[zfs-discuss] Strange behavior of b151a and .zfs directory
Hi Karel, Try /usr/bin/find instead of /usr/gnu/bin/find: # which find /usr/gnu/bin/find # zfs snapshot rpool/cindys at snap1 # cd /rpool/cindys/.zfs # /usr/bin/find . -type f ./snapshot/snap1/file.1 ./snapshot/snap1/file.2 Thanks, Cindy On 11/25/10 15:22, Karel Gardas wrote:> Hello, > after upgrade to Sol11Express I''ve noticed kind of strange behavior of .zfs directory of any ZFS filesystem. Go into the .zfs directory and type `find . -type f'' for the first time after you''ve mounted the file-system. It''ll show nothing. Type it second time and you will get expected list of files from all the snapshots. > Is this expected or is it a bug? I don''t remember seeing this on OS2009.06. > Thanks, > Karel
Maybe Matching Threads
- [LLVMdev] LLVM on ARM testing.
- [LLVMdev] Infinite loop in llc on ARMv7 (LLVM HEAD from June 17)
- [LLVMdev] Recommended GCC version for ARM/Linux platform for LLVM compilation.
- [LLVMdev] Request for merge: GHC/ARM calling convention.
- [LLVMdev] LLVM on ARM testing.