Re: [D] VM Disk performance issue [cloudstack]

2025-02-26 Thread via GitHub
GitHub user rajujith added a comment to the discussion: VM Disk performance issue @akrasnov-drv Could you create a new compute offering with the storage provisioning type 'Fat provisioning'? this should create dedicated disks for your instances created by CloudStack. Will that make the insta

Re: [D] Upcoming XCP-ng 8.3 release [cloudstack]

2025-02-26 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Upcoming XCP-ng 8.3 release if this is really all #10470 should fix this. GitHub link: https://github.com/apache/cloudstack/discussions/8964#discussioncomment-12326348 This is an automatically sent email for users@cloudstack.ap

Re: [D] VM Disk performance issue [cloudstack]

2025-02-26 Thread via GitHub
GitHub user NuxRo added a comment to the discussion: VM Disk performance issue Hello, I have never noticed issues using linked-clones and I suspect the culprit may be something else, perhaps environmental, otherwise we would have had people complain. Linked-clones has always been the default.

Re: [D] DB connection is interrupted with multiple management servers [cloudstack]

2025-02-26 Thread via GitHub
GitHub user Luskan777 added a comment to the discussion: DB connection is interrupted with multiple management servers Thanks for the information @DaanHoogland , I'll try to update MariaDB and I'll get back to you with the results soon. GitHub link: https://github.com/apache/cloudstack/discu

Re: [D] VM Disk performance issue [cloudstack]

2025-02-26 Thread via GitHub
GitHub user akrasnov-drv edited a comment on the discussion: VM Disk performance issue Hello @NuxRo, Thank you for your reply. I hoped to get some other answer, e.g. that I missed some way to do the desired changes. Till now we used own VMs with dedicated disks and pinned cores (core pass-th

Re: [D] VM Disk performance issue [cloudstack]

2025-02-26 Thread via GitHub
GitHub user akrasnov-drv edited a comment on the discussion: VM Disk performance issue Hello @NuxRo, Thank you for your reply. I hoped to get some other answer, e.g. that I missed some way to do the desired changes. Till now we used own VMs with dedicated disks and pinned cores (core pass-th

Re: [D] VM Disk performance issue [cloudstack]

2025-02-26 Thread via GitHub
GitHub user akrasnov-drv edited a comment on the discussion: VM Disk performance issue Hello @NuxRo, Thank you for your reply. I hoped to get some other answer, e.g. that I missed some way to do the desired changes. Till now we used own VMs with dedicated disks and pinned cores (core pass-th

Re: [D] Kubernetes cluster deployment fails on new zone [cloudstack]

2025-02-26 Thread via GitHub
GitHub user tdtmusic2 added a comment to the discussion: Kubernetes cluster deployment fails on new zone > > This is the significant fragement and it shows that the only host is not > > selected because of not enough capacity: > > ``` > > 2025-02-26 13:14:40,198 DEBUG [c.c.a.m.a.i.FirstFitAllo

Re: [D] Way to Restore a Specific VM from Hourly Snapshots in Apache CloudStack 4.19.1.2 [cloudstack]

2025-02-26 Thread via GitHub
GitHub user zenbiking added a comment to the discussion: Way to Restore a Specific VM from Hourly Snapshots in Apache CloudStack 4.19.1.2 @pankajfromcomhard What I've done - Stop the VM from within Cloudstack - Login to a cloudstack host, and locate/rename the qcow file(s) you want to resto

Re: [D] Kubernetes cluster deployment fails on new zone [cloudstack]

2025-02-26 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Kubernetes cluster deployment fails on new zone @tdtmusic2 it looks like the systemvm template image `6522397c-c425-47da-b1da-db36c99967cb.qcow2` does not exist on secondary storage please check you can register systemvm template a

Re: [D] Kubernetes cluster deployment fails on new zone [cloudstack]

2025-02-26 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Kubernetes cluster deployment fails on new zone usually a management restart should only be needed for non-dynamic settings to be changed. During enabling of kubernetes there is some of that, but by your description it seems you alre

Re: [D] Kubernetes cluster deployment fails on new zone [cloudstack]

2025-02-26 Thread via GitHub
GitHub user tdtmusic2 added a comment to the discussion: Kubernetes cluster deployment fails on new zone > usually a management restart should only be needed for non-dynamic settings > to be changed. During enabling of kubernetes there is some of that, but by > your description it seems you a

Re: [D] Kubernetes cluster deployment fails on new zone [cloudstack]

2025-02-26 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Kubernetes cluster deployment fails on new zone @tdtmusic2 any logs between `VM start attempt #1` and `VM start attempt #2` ? GitHub link: https://github.com/apache/cloudstack/discussions/10467#discussioncomment-12327326 This

Re: [D] DB connection is interrupted with multiple management servers [cloudstack]

2025-02-26 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: DB connection is interrupted with multiple management servers @Luskan777 , since mariadb 10 is mysql 5 compatible and ACS specifies mysql 8.0, this might be your issue. I am not sure if this true but worth a shot. GitHub link: https

Re: [D] Kubernetes cluster deployment fails on new zone [cloudstack]

2025-02-26 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Kubernetes cluster deployment fails on new zone This is the significant fragement and it shows that the only host is not selected because of not enough capacity: ``` 2025-02-26 13:14:40,198 DEBUG [c.c.a.m.a.i.FirstFitAllocator] (Work

Re: [D] Kubernetes cluster deployment fails on new zone [cloudstack]

2025-02-26 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Kubernetes cluster deployment fails on new zone > "Failed to start Kubernetes cluster : v as its network cannot be started". there should be some logs which tells why the network cannot be started. GitHub link: https://github.

Re: [D] Kubernetes cluster deployment fails on new zone [cloudstack]

2025-02-26 Thread via GitHub
GitHub user tdtmusic2 added a comment to the discussion: Kubernetes cluster deployment fails on new zone > > "Failed to start Kubernetes cluster : v as its network cannot be > > started". > > there should be some logs which tells why the network cannot be started. Only this, but I've onl

Re: [D] Kubernetes cluster deployment fails on new zone [cloudstack]

2025-02-26 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Kubernetes cluster deployment fails on new zone grep for `job-114470 ` to see if there is any info on why the router cannot be started. GitHub link: https://github.com/apache/cloudstack/discussions/10467#discussioncomment-12327030

Re: [D] Kubernetes cluster deployment fails on new zone [cloudstack]

2025-02-26 Thread via GitHub
GitHub user tdtmusic2 added a comment to the discussion: Kubernetes cluster deployment fails on new zone Here you go: ``` 2025-02-26 13:14:40,014 DEBUG [c.c.v.VirtualMachineManagerImpl] (Work-Job-Executor-69:ctx-6947c681 job-114467/job-114470 ctx-f6b009cb) (logid:a3c62ef8) VM start attempt #

Re: [D] Kubernetes cluster deployment fails on new zone [cloudstack]

2025-02-26 Thread via GitHub
GitHub user tdtmusic2 added a comment to the discussion: Kubernetes cluster deployment fails on new zone > @tdtmusic2 any logs between `VM start attempt #1` and `VM start attempt #2` ? Yeap, this: ``` 2025-02-26 13:14:38,465 DEBUG [c.c.v.VmWorkJobDispatcher] (Work-Job-Executor-69:ctx-6947c68

Re: Secondary storage null

2025-02-26 Thread TechnologyRss
How can solve this problem? https://prnt.sc/IgDExCLtehLF Please give me idea -- *Thanks & Regards.**Support Admin* -- *Facebook | Twitter | YouTube

Re: [D] VM Disk performance issue [cloudstack]

2025-02-26 Thread via GitHub
GitHub user akrasnov-drv added a comment to the discussion: VM Disk performance issue Hello @NuxRo, Thank you for your reply. I hoped to get some other answer, e.g. that I missed some way to do the desired changes. Till now we used own VMs with dedicated disks and pinned cores (core pass-thr

Secondary storage null

2025-02-26 Thread TechnologyRss
Hello, secondary storage null https://prnt.sc/39WZl_lGOCXf ssvm & cpvm status starting but not agent start https://prnt.sc/e3KCTkEHXq_W Host is up https://prnt.sc/OXu-12pyo2Df I am using nfs server for both storage. What can I do now? -- *Thanks & Regards.**Support Admin* --

Re: [D] Kubernetes cluster deployment fails on new zone [cloudstack]

2025-02-26 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Kubernetes cluster deployment fails on new zone > This is the significant fragement and it shows that the only host is not > selected because of not enough capacity: > ``` > 2025-02-26 13:14:40,198 DEBUG [c.c.a.m.a.i.FirstFitAllocato

Re: [D] Kubernetes cluster deployment fails on new zone [cloudstack]

2025-02-26 Thread via GitHub
GitHub user tdtmusic2 added a comment to the discussion: Kubernetes cluster deployment fails on new zone Edit: it seems that all it needed was a restart of cloudstack-management, after this I can deploy clusters without issue. I would still like to know why it behaves like this, the logs don'