[Issue 323] add support for disk replication flag - #330
Conversation
|
Ping Any timeline for review/merge? I'm also interested in this feature |
|
Sorry for pinging directly, idk which people are maintaining this repo. |
|
I am now facing the same issue, and was surprised to see, that the only thing missing - is the code review. |
tanmay-hc
left a comment
There was a problem hiding this comment.
- The go test
TestGenerateProxmoxDisksfails because the existing expected fixtures were not updated for the new Replicate field in the "bunch of disks" cases. - Please add/adjust coverage for the default path as well as
skip_replication=true. Right now the change proves the opt-out case, but it should also assert that existing builds keep the same effective behavior when skip_replication is unset. - Behavior looks additive, but this touches disk creation for every bus type. Please update the existing fixture expectations in the two multi-disk cases so the suite passes before merge.
726304d to
70f96a2
Compare
7916bd0 to
26ad02f
Compare
thx for the review. i adjusted the tests according to your requests. please have a look if this is now sufficient, if anything is still missing i can implement them. |
|
@domrim The changes look good to me now. Can you just run a |
documentation should be up2date now |
Description
Added support for configuring the "replication" parameter of disks.
Resolved Issues
Closes #329
Closes #323
Rollback Plan
If a change needs to be reverted, we will roll out an update to the code within 7 days.
Changes to Security Controls
NA