Print this page
Possibility to physically reserve space without writing leaf blocks

Split Close
Expand all
Collapse all
          --- old/usr/src/common/zfs/zfeature_common.c
          +++ new/usr/src/common/zfs/zfeature_common.c
↓ open down ↓ 213 lines elided ↑ open up ↑
 214  214          };
 215  215          zfeature_register(SPA_FEATURE_FS_SS_LIMIT,
 216  216              "com.joyent:filesystem_limits", "filesystem_limits",
 217  217              "Filesystem and snapshot limits.", B_TRUE, B_FALSE, B_FALSE,
 218  218              filesystem_limits_deps);
 219  219  
 220  220          zfeature_register(SPA_FEATURE_EMBEDDED_DATA,
 221  221              "com.delphix:embedded_data", "embedded_data",
 222  222              "Blocks which compress very well use even less space.",
 223  223              B_FALSE, B_TRUE, B_TRUE, NULL);
      224 +
      225 +        zfeature_register(SPA_FEATURE_SPACE_RESERVATION,
      226 +            "org.nexenta:space_reservation", "space_reservation",
      227 +            "Possibility to physically reserve space on disk", B_FALSE, B_FALSE,
      228 +            B_FALSE, NULL);
 224  229  }
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX