Closed norton closed 13 years ago
This quota root kludge has been removed from the code base.
https://github.com/hibari/gdss-brick/commit/387faaaef7bfe7a287e2d216a74d39c23d403a23
https://github.com/hibari/gdss-admin/commit/4336603f566adc3a6b1e609fd91afbe2eda45191
Hibari's quotas_preprocess plugin cannot handle empty values (i.e. <<>>) properly. This appears to be an original defect with Hibari's quota root implementation.
Temporary workaround is to disable all preprocess methods by configuration: %% %% GDSS Brick config %% {gdss_brick, [{brick_default_data_dir, "data/brick"}, {brick_preprocess_method, "none"} << HERE ]},
The next Hibari release will have "none" and/or "ssf_only" as the default value. This quota root implementation is already a target to be deprecated.