Thomas Buchinger

Results 5 comments of Thomas Buchinger

In case someone find this issue: The fix is already merged and will be release with 3.4.0 (?) https://github.com/openebs/cstor-operators/pull/436

You can script it like this: ```shell function select_with_multiple_defaults() { local default_choices=( "default1" "default2" ) local non_default_choices=( "additional_choice1" "additional_choice2" ) # convert the default array to comma-separated string for the...

I did some testing on my Ivanchuck appliance today. And just adding @abellotti snippet to `config/api.yml` does work for me POST /api/automate_domains/169 { "action": "edit" "resource": { "enabled": true }...

You guys are faster with the implementation, than I am with setting up my development environment Anyway is there anything I can do to get that feature into Ivanchuk down...