Cloudstrack Triggering Automatic VM stop #10206
Replies: 2 comments 2 replies
-
@midhunpjos |
Beta Was this translation helpful? Give feedback.
2 replies
-
closed this for lack of interaction, please reopen or open a new item if applicable |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Community,
Recently I am facing and issue in which cloudstack is stopping a recently started VM multiple times. As per logs i can see the below:
2025-01-19 15:40:25,675 DEBUG [c.c.v.VmWorkJobDispatcher] (Work-Job-Executor-59:ctx-479e17ca job-63513/job-64194) (logid:e7a741de) Run VM work job: com.cloud.vm.VmWorkStop for VM 12492, job origin: 63513
2025-01-19 15:40:25,679 DEBUG [c.c.v.VmWorkJobHandlerProxy] (Work-Job-Executor-59:ctx-479e17ca job-63513/job-64194 ctx-10734987) (logid:e7a741de) Execute VM work job: com.cloud.vm.VmWorkStop{"cleanup":true,"userId":1,"accountId":1,"vmId":12492,"handlerName":"VirtualMachineManagerImpl"}
2025-01-19 15:40:25,711 DEBUG [c.c.c.CapacityManagerImpl] (Work-Job-Executor-59:ctx-479e17ca job-63513/job-64194 ctx-10734987) (logid:e7a741de) VM instance {"id":12492,"instanceName":"i-279-12492-VM","type":"User","uuid":"b5c68df2-4da4-4000-a040-b0d0bd87e09f"} state transited from [Running] to [Stopping] with event [StopRequested]
Job is successful and VM is Getting stopped without user intervention
Job ID 63513 is showing below in DB:
*************************** 1. row ***************************
id: 63513
user_id: 1
account_id: 1
instance_type: Thread
instance_id: 93
job_cmd: NULL
job_cmd_info: NULL
job_cmd_ver: 0
job_status: 0
job_process_status: 0
job_result_code: 0
job_result: NULL
job_init_msid: 108462341209969
job_complete_msid: NULL
created: 2025-01-14 15:36:28
last_updated: NULL
last_polled: NULL
removed: NULL
uuid: e7a741de-f4d6-4e75-9a38-440534155b2a
related:
job_type: NULL
job_dispatcher: pseudoJobDispatcher
job_executing_msid: NULL
job_pending_signals: 1
1 row in set (0.00 sec)
Can someone guide what could be triggering a VM stop ?
Beta Was this translation helpful? Give feedback.
All reactions