Replies: 1 comment 4 replies
-
| 
 Were access times being updated? | 
Beta Was this translation helpful? Give feedback.
                  
                    4 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've got a pool which had a special device added after data was already present.
It was my understanding that special devices will only get filled by write operations, i.e. metadata and data (if special_small_blocks is used) only gets added to them if it is (re)written.
Today I ran find/du operations across mounted datasets (while the pool was otherwise idle) and could observe special device usage in
zpool list -vincrease by a couple of GB (for a couple of million files) and stay there. Presumably it was writing metadata to the special device? Can read operations do this, was my understanding wrong? Is this a recent feature?Thanks!
OpenZFS v2.3.2, Linux 6.12.48
Beta Was this translation helpful? Give feedback.
All reactions