From 04a09b926952d6f47cabb68c8ab3d49eb33d2c6e Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 9 Oct 2024 00:55:13 -0400 Subject: [PATCH] Fix invalid data in state change --- daemon-common/vm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon-common/vm.py b/daemon-common/vm.py index 2ae14835..b8d30a44 100644 --- a/daemon-common/vm.py +++ b/daemon-common/vm.py @@ -4924,7 +4924,6 @@ def vm_worker_promote_mirror( f"{destination_api_uri}/vm/{vm_name}/state", headers={"Content-Type": "application/octet-stream"}, params={"state": "start", "wait": True}, - data=full_chunker(), ) response.raise_for_status() except Exception: