debian: fix dedupable backend names#1977
Conversation
a6673d5 to
f445fd1
Compare
bruno-at-bareos
left a comment
There was a problem hiding this comment.
Nice work!!!
During review I would really appreciate if we can have an explicit comment explaining why we change the default configuration and force Just In Time Reservation = No
On the other side as reveal during test, we need to recheck why unaligned.data is not fully truncated after a truncate command.
Like in systemtest check that size of just labeled volume = truncated one?
bc95fa0 to
a9363a2
Compare
a9363a2 to
95261f8
Compare
|
@sebsura it look like you have missed the dedup-conf packaging part ;-) |
|
Im not sure if we want to package it (thats also why i did not prefix it with b). Its mostly just an internal debugging tool. Maybe we can talk about this next week on what you think is best. |
7f43289 to
a24c136
Compare
bruno-at-bareos
left a comment
There was a problem hiding this comment.
Thanks for those great fixes & enhancements.
The reservation related tests cannot run with jit reservation as they try to check for an actual reservation which may not have taken place yet; or was announced differently. Either way the test will fail with jit reservation = Yes, so we need to explicitly disable it as it is the default now.
add `--no-psqlrc` to `psql` call Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
dfdeecd to
0a58213
Compare
This PR also enhances the dedup documentation a bit and changes the default of justintime reservation to yes.
Thank you for contributing to the Bareos Project!
Please check
If you have any questions or problems, please give a comment in the PR.
Helpful documentation and best practices
Checklist for the reviewer of the PR (will be processed by the Bareos team)
Make sure you check/merge the PR using
devtools/pr-toolto have some simple automated checks run and a proper changelog record added.General
Source code quality
Tests