Re: [pve-devel] [PATCH v3 container] fix: #3927: Error codes when starting/stopping

2022-06-14 Thread Fabian Ebner
Am 21.03.22 um 10:33 schrieb Daniel Tschlatscher: > containers Stopping and starting a container that is already in the desired > state will not return an error value on the CLI anymore. The same as VMs do, > when they are stopped but not running. > > Signed-off-by: Daniel Tschlatscher This a

[pve-devel] [PATCH v3 container] fix: #3927: Error codes when starting/stopping

2022-03-21 Thread Daniel Tschlatscher
containers Stopping and starting a container that is already in the desired state will not return an error value on the CLI anymore. The same as VMs do, when they are stopped but not running. Signed-off-by: Daniel Tschlatscher --- Changes from v2: return statements are now in the correct subro