Re: [pve-devel] [PATCH v4 manager] api: apt: repos: fix interfacing with perlmod

2022-02-15 Thread Fabian Ebner
Ping Am 16.07.21 um 15:27 schrieb Fabian Ebner: > Using > pvesh create /nodes/pve701/apt/repositories --path > "/etc/apt/sources.list" --index 0 --enabled 1 > reliably leads to > error: invalid type: string "0", expected usize > > Coerce to int to avoid this. I was not able to trigger

Re: [pve-devel] [PATCH v4 manager] api: apt: repos: fix interfacing with perlmod

2021-11-18 Thread Fabian Ebner
Seems like I forgot about this one. Still applies and I quickly tested to make sure it still fixes the issue. Am 16.07.21 um 15:27 schrieb Fabian Ebner: Using pvesh create /nodes/pve701/apt/repositories --path "/etc/apt/sources.list" --index 0 --enabled 1 reliably leads to error:

[pve-devel] [PATCH v4 manager] api: apt: repos: fix interfacing with perlmod

2021-07-16 Thread Fabian Ebner
Using pvesh create /nodes/pve701/apt/repositories --path "/etc/apt/sources.list" --index 0 --enabled 1 reliably leads to error: invalid type: string "0", expected usize Coerce to int to avoid this. I was not able to trigger the issue with the "enabled" option being a string here (in PM