Send back and force, large blocks? #17835
              
                Unanswered
              
          
                  
                    
                      IvanVolosyuk
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 0 comments
  
    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'm trying to re-sync my machine from backup, but in one of the datasets I have following issue. I can send data one way, but cannot send the same data another way. Before the backups became out of sync due to operator error it was working fine and the snapshot I deleted just for testing was also received correctly previously. Any ideas what can be so special about this dataset and how can I restore from backup and keep sending to the same backup. Features of both pools are exactly the same and have support for large blocks.
I think the problem can be that there was not a single file with large blocks in
archive/replica/home/ivan-cacheas the original source dataset had recordsize=128k or even less. Thearchive/replica/home/ivan-cachehas an inherited recordsize=1M. When the data was sent tossd/home/ivan-cache2the recordsize on the destination somehow was 128k (inherited?, shouldn't it be 1M? It wasn't explicitly set on sourcearchive/replica/home/ivan-cache, but it was inherited fromarchive/replica).I solved it doing several changes at once, so I don't know which one helped:
ssd/home/ivan-cache2dd if=/dev/urandom of=/ssd/home/ivan-cache2 bs=1M count=2ssd/home/ivan-cache2@2025-10-07)I still don't understand what exactly happened. Should the restored source have to be tainted with a large block file to be considered worthy candidate to send with -L if destination doesn't have any large block files, but had it previously at some point?
Beta Was this translation helpful? Give feedback.
All reactions