Advertisement
niccarp

Untitled

Sep 22nd, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Esto en el bacula-sd en la tag <device>
  2. For ZFS assuming the default recordsize of 128K:
  3.  
  4. Device Type = Aligned
  5. Media Type = Aligned
  6. Maximum Block Size = 128 K
  7. Minimum Block Size = 0
  8. File Alignment = 128 K
  9. Padding Size = 512
  10. Minimum Aligned Size = 4096
  11. Maximum Concurrent Jobs = 1
  12.  
  13. ----------------------------
  14. Our testing with a ZFS kernel module installed on a Ubuntu 12.04 system
  15. indicates that for our simple dataset (the Bacula Source + binaries), the
  16. following Bacula parameters are optimal:
  17.  
  18. Device Type = Aligned
  19. Maximum Block Size = 128 K
  20. Minimum Block Size = 0
  21. File Alignment = 128 K
  22. Padding Size = 512
  23. Minimum Aligned Size = 4K
  24.  
  25. • Our testing (as noted above) indicates that the following ZFS parameters are
  26. optimal, where tank is the pool:
  27.  
  28. sudo zfs set atime = off tank
  29. sudo zfs set compress = on tank
  30. sudo zfs set dedup = on tank
  31. sudo zfs set recordsize =128 k tank ( default )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement