Browse Source

director: pool set blocksize to 1M

lt07 admin 9 năm trước cách đây
mục cha
commit
c53d70ca54
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      bareos-dir.conf

+ 6 - 0
bareos-dir.conf

@@ -168,6 +168,8 @@ Pool {
   Maximum Volume Bytes = 6144G        # Limit Volume size to something reasonable
   Maximum Volumes = 100               # Limit number of Volumes in Pool
   Label Format = "Full-"              # Volumes will be labeled "Full-<volume-id>"
+  Maximum Block Size = 1048576
+  #Recycle Pool = Scratch
 }
 
 #
@@ -182,6 +184,8 @@ Pool {
   Maximum Volume Bytes = 6144G        # Limit Volume size to something reasonable
   Maximum Volumes = 100               # Limit number of Volumes in Pool
   Label Format = "Differential-"      # Volumes will be labeled "Differential-<volume-id>"
+  Maximum Block Size = 1048576
+  Recycle Pool = Scratch
 }
 
 #
@@ -196,6 +200,8 @@ Pool {
   Maximum Volume Bytes = 6144G        # Limit Volume size to something reasonable
   Maximum Volumes = 100               # Limit number of Volumes in Pool
   Label Format = "Incremental-"       # Volumes will be labeled "Incremental-<volume-id>"
+  Maximum Block Size = 1048576
+  Recycle Pool = Scratch
 }
 
 #