framework icon indicating copy to clipboard operation
framework copied to clipboard

Support head_dir

Open JeffreyDevloo opened this issue 8 years ago • 4 comments

Feature description

The current ArakoonConfigObject do not take in a head_dir property. This can be set in the arakoon config though so we should support it

JeffreyDevloo avatar Dec 19 '17 13:12 JeffreyDevloo

What does this bring or solve?

wimpers avatar Dec 19 '17 13:12 wimpers

The healthcheck checks the size of the partition where the head.db will go. This will allow the healthcheck to extract this info from the Framework (The healthcheck extract all other information from the Framework, only head_dir is missing )

JeffreyDevloo avatar Dec 19 '17 13:12 JeffreyDevloo

This might be missing some context: The reason for this ticket was https://github.com/openvstorage/openvstorage-health-check/issues/222. The collapse checking would have required the location of the head.db file (which is by default the tlog_dir unless a head_dir property is set)

JeffreyDevloo avatar Dec 19 '17 13:12 JeffreyDevloo

The head_dir config might be removed in the meantime (if the move to RocksDB is finished https://github.com/openvstorage/arakoon/issues/128)

wimpers avatar Apr 13 '18 14:04 wimpers