René's URL Explorer Experiment


Title: Don't allow vmsnapshot and volume snapshot operations on a vm which has encrypted volumes attached · Issue #13188 · apache/cloudstack · GitHub

Open Graph Title: Don't allow vmsnapshot and volume snapshot operations on a vm which has encrypted volumes attached · Issue #13188 · apache/cloudstack

X Title: Don't allow vmsnapshot and volume snapshot operations on a vm which has encrypted volumes attached · Issue #13188 · apache/cloudstack

Description: problem Don't allow vmsnapshot and volume snapshot operation on a vm which has encrypted volumes attached versions ACS 4.22 The steps to reproduce the bug Have a Cloudstack kvm host which supports volume encryption Create a compute offer...

Open Graph Description: problem Don't allow vmsnapshot and volume snapshot operation on a vm which has encrypted volumes attached versions ACS 4.22 The steps to reproduce the bug Have a Cloudstack kvm host which supports ...

X Description: problem Don't allow vmsnapshot and volume snapshot operation on a vm which has encrypted volumes attached versions ACS 4.22 The steps to reproduce the bug Have a Cloudstack kvm host which suppo...

Opengraph URL: https://github.com/apache/cloudstack/issues/13188

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Don't allow vmsnapshot and volume snapshot operations on a vm which has encrypted volumes attached","articleBody":"### problem\n\nDon't allow vmsnapshot and volume snapshot operation on a vm which has encrypted volumes attached\n\n### versions\n\nACS 4.22 \n\n### The steps to reproduce the bug\n\n\n1.  Have a Cloudstack kvm host which supports volume encryption \n\n\u003cimg width=\"1038\" height=\"491\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/a741ea9c-9805-426d-aa15-6e3a9634c917\" /\u003e\n\n\n2. Create a compute offering and disk offering which has encryption enabled \n\n\u003cimg width=\"796\" height=\"512\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/9525262e-6804-4147-ae7d-590fc986f261\" /\u003e\n\n\u003cimg width=\"643\" height=\"430\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/4ef6eca7-2832-4e00-89ec-c46aa8bc822d\" /\u003e\n\n3. Launch a vm with encrypted compute offering and data disk offering \u003e vm launched successfullt \n\n4. Take a vm snapshot of the vm \n\n\u003cimg width=\"639\" height=\"496\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/2468028f-6ace-40ad-8f1e-54e43c11035a\" /\u003e\n\n\u003cimg width=\"1158\" height=\"338\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/030362cb-087c-4cf6-a5ce-549b9c1df00b\" /\u003e\n\n5. Stop the vm \n\n6. Start the vm \u003e Exception \n\n\n\u003cimg width=\"702\" height=\"280\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/e958c73a-829b-4458-9a2f-470280b31323\" /\u003e\n\n```\n2026-05-19 08:12:53,372 WARN  [resource.wrapper.LibvirtStartCommandWrapper] (AgentRequest-Handler-2:[]) (logid:757a3937) LibvirtException org.libvirt.LibvirtException: internal error: Unexpected enum value 0 for virStorageEncryptionEngine\n\tat org.libvirt.ErrorHandler.processError(Unknown Source)\n\tat org.libvirt.ErrorHandler.processError(Unknown Source)\n\tat org.libvirt.Connect.domainCreateXML(Unknown Source)\n\tat com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.startVM(LibvirtComputingResource.java:2241)\n\tat com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.startVM(LibvirtComputingResource.java:2210)\n\tat com.cloud.hypervisor.kvm.resource.wrapper.LibvirtStartCommandWrapper.execute(LibvirtStartCommandWrapper.java:91)\n\tat com.cloud.hypervisor.kvm.resource.wrapper.LibvirtStartCommandWrapper.execute(LibvirtStartCommandWrapper.java:52)\n\tat com.cloud.hypervisor.kvm.resource.wrapper.LibvirtRequestWrapper.execute(LibvirtRequestWrapper.java:78)\n\tat com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.executeRequest(LibvirtComputingResource.java:2280)\n\tat com.cloud.agent.Agent.processRequest(Agent.java:813)\n\tat com.cloud.agent.Agent$AgentRequestHandler.doTask(Agent.java:1295)\n\tat com.cloud.utils.nio.Task.call(Task.java:83)\n\tat com.cloud.utils.nio.Task.call(Task.java:29)\n\tat java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:840)\n\n\n```\n\n\n7. Try to destroy/expunge the vm  \u003e\u003e Exception \n\n\u003cimg width=\"702\" height=\"280\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/219dd624-6295-4308-9d21-711ac325226a\" /\u003e\n\n```\n2026-05-19 08:15:08,143 DEBUG [c.c.a.t.Request] (AgentManager-Handler-8:[]) (logid:) Seq 1-6388356071425053772: Processing:  { Ans: , MgmtId: 32988351955983, via: 1, Ver: v1, Flags: 10, [{\"com.cloud.agent.api.Answer\":{\"result\":\"false\",\"details\":\"Exception: org.apache.cloudstack.utils.qemu.QemuImgException\nMessage: qemu-img: Could not open '/mnt/c2498341-cfff-3eee-86df-fff0fcae419d/7b84527f-6513-4138-a477-6187b880af77': Could not open backing file: Parameter 'encrypt.key-secret' is required for cipher\nStack: org.apache.cloudstack.utils.qemu.QemuImgException: qemu-img: Could not open '/mnt/c2498341-cfff-3eee-86df-fff0fcae419d/7b84527f-6513-4138-a477-6187b880af77': Could not open backing file: Parameter 'encrypt.key-secret' is required for cipher\n\tat org.apache.cloudstack.utils.qemu.QemuImg.commit(QemuImg.java:871)\n\tat com.cloud.hypervisor.kvm.resource.wrapper.LibvirtMergeDiskOnlyVMSnapshotCommandWrapper.mergeDiskOnlySnapshotsForStoppedVM(LibvirtMergeDiskOnlyVMSnapshotCommandWrapper.java:86)\n\tat com.cloud.hypervisor.kvm.resource.wrapper.LibvirtMergeDiskOnlyVMSnapshotCommandWrapper.execute(LibvirtMergeDiskOnlyVMSnapshotCommandWrapper.java:62)\n\tat com.cloud.hypervisor.kvm.resource.wrapper.LibvirtMergeDiskOnlyVMSnapshotCommandWrapper.execute(LibvirtMergeDiskOnlyVMSnapshotCommandWrapper.java:51)\n\tat com.cloud.hypervisor.kvm.resource.wrapper.LibvirtRequestWrapper.execute(LibvirtRequestWrapper.java:78)\n\tat com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.executeRequest(LibvirtComputingResource.java:2280)\n\tat com.cloud.agent.Agent.processRequest(Agent.java:813)\n\tat com.cloud.agent.Agent$AgentRequestHandler.doTask(Agent.java:1295)\n\tat com.cloud.utils.nio.Task.call(Task.java:83)\n\tat com.cloud.utils.nio.Task.call(Task.java:29)\n\tat java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\n\tat java.base/java.lang.Thread.run(Thread.java:840)\n\n2026-05-19 08:15:08,180 ERROR [c.c.a.ApiAsyncJobDispatcher] (API-Job-Executor-56:[ctx-5f20d751, job-219]) (logid:c1458150) Unexpected exception while executing org.apache.cloudstack.api.command.admin.vm.DestroyVMCmdByAdmin com.cloud.utils.exception.CloudRuntimeException: Failed to destroy vm with specified vmId\n\tat com.cloud.vm.UserVmManagerImpl.destroyVm(UserVmManagerImpl.java:5999)\n\tat com.cloud.vm.UserVmManagerImpl.destroyVm(UserVmManagerImpl.java:3545)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:569)\n\tat org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n\tat org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)\n\tat org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java\n\n\n\n```\n\nCurrently, we disallow the following operations on encrypted volumes, and provide a exception message when user tries to perform the following  operation \n\n\u003cimg width=\"940\" height=\"375\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/ebc0bb38-d47c-4a2e-80c1-0a8b936a9123\" /\u003e\n\n\n\u003cimg width=\"491\" height=\"233\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/50e29f7b-8f3b-49d9-afbb-847e8ffc6271\" /\u003e\n\n\n```\n2026-05-19 08:23:10,479 ERROR [c.c.a.ApiServer] (qtp253011924-26:[ctx-fda2c601, ctx-8fb1e3bd]) (logid:5c23248f) unhandled exception executing api command: [Ljava.lang.String;@5a733241 java.lang.UnsupportedOperationException: Cannot create new volumes from encrypted volume snapshots\n\n```\n\u003cimg width=\"1581\" height=\"344\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/17dc973c-0ff9-4d9a-a64f-19a2edfd1492\" /\u003e\n\nTry to revert volume snapshot which was created from an encrypted volume when the vm is in stopped state \n\nException \n\n\u003cimg width=\"434\" height=\"893\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/786f8835-a630-434f-9e4b-246b0fac016a\" /\u003e\n\nlogs \n\n```\n2026-05-19 08:35:01,120 DEBUG [o.a.c.s.s.SnapshotServiceImpl] (API-Job-Executor-69:[ctx-f8fad827, job-251, ctx-c5c1b411]) (logid:d410fd2d) revert snapshot failedcom.cloud.utils.exception.CloudRuntimeException: Unable to revert volume [volumeTO {\"dataStore\":\"PrimaryDataStoreTO {\\\"id\\\":2,\\\"name\\\":\\\"ref-trl-11676-k-Mol8-kiran-chavala-kvm-pri2\\\",\\\"poolType\\\":\\\"NetworkFilesystem\\\",\\\"uuid\\\":\\\"100681f3-60a3-33de-a7d7-2f203d2e299e\\\"}\",\"id\":28,\"name\":\"ROOT-20\",\"path\":\"a7b4cdfc-a3a4-406a-8853-fa63f73992cf\",\"uuid\":\"a7b4cdfc-a3a4-406a-8853-fa63f73992cf\"}] to snapshot [SnapshotTO[datastore=NfsTO {\"_role\":\"Image\",\"_url\":\"NFS:\\/\\/10.0.32.4\\/acs\\/secondary\\/ref-trl-11676-k-Mol8-kiran-chavala\\/ref-trl-11676-k-Mol8-kiran-chavala-sec1\",\"nfsVersion\":null,\"uuid\":null}|volume=volumeTO {\"dataStore\":\"PrimaryDataStoreTO {\\\"id\\\":2,\\\"name\\\":\\\"ref-trl-11676-k-Mol8-kiran-chavala-kvm-pri2\\\",\\\"poolType\\\":\\\"NetworkFilesystem\\\",\\\"uuid\\\":\\\"100681f3-60a3-33de-a7d7-2f203d2e299e\\\"}\",\"id\":28,\"name\":\"ROOT-20\",\"path\":\"a7b4cdfc-a3a4-406a-8853-fa63f73992cf\",\"uuid\":\"a7b4cdfc-a3a4-406a-8853-fa63f73992cf\"}|pathsnapshots/2/28/0c96fbe0-0149-4eef-b8c3-a34b8e99028d]] due to [qemu-img: Could not open 'driver=qcow2,file.filename=/mnt/f179ad17-99de-3f02-81ae-88f4dd0c11d7/snapshots/2/28/0c96fbe0-0149-4eef-b8c3-a34b8e99028d': Parameter 'encrypt.key-secret' is required for cipher].\n2026-05-19 08:35:01,130 ERROR [c.c.a.ApiAsyncJobDispatcher] (API-Job-Executor-69:[ctx-f8fad827, job-251]) (logid:d410fd2d) Unexpected exception while executing org.apache.cloudstack.api.command.user.snapshot.RevertSnapshotCmd com.cloud.utils.exception.CloudRuntimeException: com.cloud.utils.exception.CloudRuntimeException: Unable to revert volume [volumeTO {\"dataStore\":\"PrimaryDataStoreTO {\\\"id\\\":2,\\\"name\\\":\\\"ref-trl-11676-k-Mol8-kiran-chavala-kvm-pri2\\\",\\\"poolType\\\":\\\"NetworkFilesystem\\\",\\\"uuid\\\":\\\"100681f3-60a3-33de-a7d7-2f203d2e299e\\\"}\",\"id\":28,\"name\":\"ROOT-20\",\"path\":\"a7b4cdfc-a3a4-406a-8853-fa63f73992cf\",\"uuid\":\"a7b4cdfc-a3a4-406a-8853-fa63f73992cf\"}] to snapshot [SnapshotTO[datastore=NfsTO {\"_role\":\"Image\",\"_url\":\"NFS:\\/\\/10.0.32.4\\/acs\\/secondary\\/ref-trl-11676-k-Mol8-kiran-chavala\\/ref-trl-11676-k-Mol8-kiran-chavala-sec1\",\"nfsVersion\":null,\"uuid\":null}|volume=volumeTO {\"dataStore\":\"PrimaryDataStoreTO {\\\"id\\\":2,\\\"name\\\":\\\"ref-trl-11676-k-Mol8-kiran-chavala-kvm-pri2\\\",\\\"poolType\\\":\\\"NetworkFilesystem\\\",\\\"uuid\\\":\\\"100681f3-60a3-33de-a7d7-2f203d2e299e\\\"}\",\"id\":28,\"name\":\"ROOT-20\",\"path\":\"a7b4cdfc-a3a4-406a-8853-fa63f73992cf\",\"uuid\":\"a7b4cdfc-a3a4-406a-8853-fa63f73992cf\"}|pathsnapshots/2/28/0c96fbe0-0149-4eef-b8c3-a34b8e99028d]] due to [qemu-img: Could not open 'driver=qcow2,file.filename=/mnt/f179ad17-99de-3f02-81ae-88f4dd0c11d7/snapshots/2/28/0c96fbe0-0149-4eef-b8c3-a34b8e99028d': Parameter 'encrypt.key-secret' is required for cipher].\n\tat org.apache.cloudstack.storage.snapshot.SnapshotServiceImpl.revertSnapshot(SnapshotServiceImpl.java:699)\n\tat org.apache.cloudstack.storage.snapshot.DefaultSnapshotStrategy.revertSnapshot(DefaultSnapshotStrategy.java:519)\n\tat com.cloud.storage.snapshot.SnapshotManagerImpl.revertSnapshot(SnapshotManagerImpl.java:405)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\n```\n\nTry to revert volume snapshot which was created from an encrypted volume when the vm is in stopped state \n\nException \n\n\u003cimg width=\"477\" height=\"137\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/0a41a036-b585-4a23-bc5e-dcd1106bb29c\" /\u003e\n\n\n\n### What to do about it?\n\nDon't allow volume and vm snapshot operation on encrypted volumes ","author":{"url":"https://github.com/kiranchavala","@type":"Person","name":"kiranchavala"},"datePublished":"2026-05-19T08:36:29.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/13188/cloudstack/issues/13188"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:c4680911-8caf-74d0-5968-b0266e202dac
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC5DA:3ED847:ADDD7A:101231E:6A4E2288
html-safe-nonceb39ec84cab681994c9450d4c7f7c2ef89966194315030471170e627a095853b7
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNURBOjNFRDg0NzpBREREN0E6MTAxMjMxRTo2QTRFMjI4OCIsInZpc2l0b3JfaWQiOiIxNDU0ODU5NzI1OTMzNzgxNjQwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac5be6f4ac0ef5d194bfdfe1c2ad3ce9597d2f33cf2da47eb7a35e69070cda8e3a
hovercard-subject-tagissue:4475785082
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/apache/cloudstack/13188/issue_layout
twitter:imagehttps://opengraph.githubassets.com/4e4045499c7e2412f936e459453a2e2f93d70a1251e8bd73060fcc3b138ff57f/apache/cloudstack/issues/13188
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/4e4045499c7e2412f936e459453a2e2f93d70a1251e8bd73060fcc3b138ff57f/apache/cloudstack/issues/13188
og:image:altproblem Don't allow vmsnapshot and volume snapshot operation on a vm which has encrypted volumes attached versions ACS 4.22 The steps to reproduce the bug Have a Cloudstack kvm host which supports ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamekiranchavala
hostnamegithub.com
expected-hostnamegithub.com
None030096ee0db095447bfe77409d33bfac127ca7128299c58deef27c52eaa1b1f0
turbo-cache-controlno-preview
go-importgithub.com/apache/cloudstack git https://github.com/apache/cloudstack.git
octolytics-dimension-user_id47359
octolytics-dimension-user_loginapache
octolytics-dimension-repository_id9759448
octolytics-dimension-repository_nwoapache/cloudstack
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id9759448
octolytics-dimension-repository_network_root_nwoapache/cloudstack
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release5fe497b4815fcce3df76c0e246faa739a82c3124
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/apache/cloudstack/issues/13188#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fapache%2Fcloudstack%2Fissues%2F13188
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fapache%2Fcloudstack%2Fissues%2F13188
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=apache%2Fcloudstack
Reloadhttps://github.com/apache/cloudstack/issues/13188
Reloadhttps://github.com/apache/cloudstack/issues/13188
Reloadhttps://github.com/apache/cloudstack/issues/13188
Please reload this pagehttps://github.com/apache/cloudstack/issues/13188
apache https://github.com/apache
cloudstackhttps://github.com/apache/cloudstack
Notifications https://github.com/login?return_to=%2Fapache%2Fcloudstack
Fork 1.3k https://github.com/login?return_to=%2Fapache%2Fcloudstack
Star 3k https://github.com/login?return_to=%2Fapache%2Fcloudstack
Code https://github.com/apache/cloudstack
Issues 536 https://github.com/apache/cloudstack/issues
Pull requests 267 https://github.com/apache/cloudstack/pulls
Discussions https://github.com/apache/cloudstack/discussions
Actions https://github.com/apache/cloudstack/actions
Projects https://github.com/apache/cloudstack/projects
Wiki https://github.com/apache/cloudstack/wiki
Security and quality 0 https://github.com/apache/cloudstack/security
Insights https://github.com/apache/cloudstack/pulse
Code https://github.com/apache/cloudstack
Issues https://github.com/apache/cloudstack/issues
Pull requests https://github.com/apache/cloudstack/pulls
Discussions https://github.com/apache/cloudstack/discussions
Actions https://github.com/apache/cloudstack/actions
Projects https://github.com/apache/cloudstack/projects
Wiki https://github.com/apache/cloudstack/wiki
Security and quality https://github.com/apache/cloudstack/security
Insights https://github.com/apache/cloudstack/pulse
Bughttps://github.com/apache/cloudstack/issues?q=type:"Bug"
#13228https://github.com/apache/cloudstack/pull/13228
Don't allow vmsnapshot and volume snapshot operations on a vm which has encrypted volumes attachedhttps://github.com/apache/cloudstack/issues/13188#top
#13228https://github.com/apache/cloudstack/pull/13228
https://github.com/sureshanaparti
Severity:Majorhttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22Severity%3AMajor%22
component:kvmhttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22component%3Akvm%22
component:snapshothttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22component%3Asnapshot%22
4.22.2https://github.com/apache/cloudstack/milestone/46
https://github.com/kiranchavala
kiranchavalahttps://github.com/kiranchavala
on May 19, 2026https://github.com/apache/cloudstack/issues/13188#issue-4475785082
https://private-user-images.githubusercontent.com/1401014/594569028-a741ea9c-9805-426d-aa15-6e3a9634c917.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM1MDU4NDQsIm5iZiI6MTc4MzUwNTU0NCwicGF0aCI6Ii8xNDAxMDE0LzU5NDU2OTAyOC1hNzQxZWE5Yy05ODA1LTQyNmQtYWExNS02ZTNhOTYzNGM5MTcucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MDhUMTAxMjI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YmFkOTJhYzZlNmEzZDUxNjU2ZDY2YmFjMWM3M2MwODg0ZDFjN2VhMzAyMDc1MDQ4N2E5NzQyNGJiNmVmM2Q2MiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.IZ1h6Gb25PJmgmynfrZw4hKsUmAun6m6ped_QEkG_pU
https://private-user-images.githubusercontent.com/1401014/594568542-9525262e-6804-4147-ae7d-590fc986f261.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM1MDU4NDQsIm5iZiI6MTc4MzUwNTU0NCwicGF0aCI6Ii8xNDAxMDE0LzU5NDU2ODU0Mi05NTI1MjYyZS02ODA0LTQxNDctYWU3ZC01OTBmYzk4NmYyNjEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MDhUMTAxMjI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MmRjNzhkNzllYjQ1MWMzZGI5MzViNTg1NjY4YTY0MGE2OTE0M2Y2NTRjYjIwMTQ2NTFmNWQ3YjJhMzc5N2FkNyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.A9KDWM6qzrU_ZgogoW3EsvPRtkHv5lqeoeakbeXZLSY
https://private-user-images.githubusercontent.com/1401014/594568625-4ef6eca7-2832-4e00-89ec-c46aa8bc822d.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM1MDU4NDQsIm5iZiI6MTc4MzUwNTU0NCwicGF0aCI6Ii8xNDAxMDE0LzU5NDU2ODYyNS00ZWY2ZWNhNy0yODMyLTRlMDAtODllYy1jNDZhYThiYzgyMmQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MDhUMTAxMjI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MDQ4OTFmNDBhNTdlMmI2NDIwMzI2MDIyZGZjYmU5NGQ5NjIzMTdiNWQ3YzViOTFlYTA4ZDlkMTdlM2ZjYWY1OCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.MvggqxQPkZKVh067x74JFuKrRwiuWmKshbt_8b22IPk
https://private-user-images.githubusercontent.com/1401014/594570235-2468028f-6ace-40ad-8f1e-54e43c11035a.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM1MDU4NDQsIm5iZiI6MTc4MzUwNTU0NCwicGF0aCI6Ii8xNDAxMDE0LzU5NDU3MDIzNS0yNDY4MDI4Zi02YWNlLTQwYWQtOGYxZS01NGU0M2MxMTAzNWEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MDhUMTAxMjI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZGJjZDM5ZTJmZGY0NDk2NzEwZmI0Mzk1Y2EyNTRkMzdkYWUxOTEzYzc1N2M3MDEyNGY5Y2JhYzgxODM3OWIxNSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.NNv3BJOFj3x5Io-1etIHmApeYmxMCCne0cF0DUnX2Bc
https://private-user-images.githubusercontent.com/1401014/594570316-030362cb-087c-4cf6-a5ce-549b9c1df00b.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM1MDU4NDQsIm5iZiI6MTc4MzUwNTU0NCwicGF0aCI6Ii8xNDAxMDE0LzU5NDU3MDMxNi0wMzAzNjJjYi0wODdjLTRjZjYtYTVjZS01NDliOWMxZGYwMGIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MDhUMTAxMjI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZTM3MTI4ODdiMzU3MzE2ZmZiZGE2YzA3YjhjM2YzYzgxNjM0MTE1YjNiNWMzM2RmOGZjZGVkMzQ5ZjA0OTkwZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.3G7vlMERUqaoAyJepsp9dSDmLCjZ4u6T7dr1rbORVWU
https://private-user-images.githubusercontent.com/1401014/594571504-e958c73a-829b-4458-9a2f-470280b31323.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM1MDU4NDQsIm5iZiI6MTc4MzUwNTU0NCwicGF0aCI6Ii8xNDAxMDE0LzU5NDU3MTUwNC1lOTU4YzczYS04MjliLTQ0NTgtOWEyZi00NzAyODBiMzEzMjMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MDhUMTAxMjI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NWRiMGQ5ZWJkZmE3MGZhOWY0MDdiNjdiODVmNTQzNTc3NzViN2ZiNGI3MmYxNjRmY2MwYmE5MWQ3MGE3OTNhMyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.o7rotylkTZLLG8-ZW2oyNjG7yKqWCJKltMLXgCxij3Y
https://private-user-images.githubusercontent.com/1401014/594573673-219dd624-6295-4308-9d21-711ac325226a.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM1MDU4NDQsIm5iZiI6MTc4MzUwNTU0NCwicGF0aCI6Ii8xNDAxMDE0LzU5NDU3MzY3My0yMTlkZDYyNC02Mjk1LTQzMDgtOWQyMS03MTFhYzMyNTIyNmEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MDhUMTAxMjI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MzA4NmUyZWVlMDU3NWUzZjkwZjcwZTYxM2U1MWNkNzY2ZmQzYWJmODYyMTY0ZmUzNDAxMTJjMDVlOTNkMzhjMCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.ak0pU6yOp1LqQLlvpuVGnfHbIO8NJnEBZlPiKosd_KQ
https://private-user-images.githubusercontent.com/1401014/594575139-ebc0bb38-d47c-4a2e-80c1-0a8b936a9123.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM1MDU4NDQsIm5iZiI6MTc4MzUwNTU0NCwicGF0aCI6Ii8xNDAxMDE0LzU5NDU3NTEzOS1lYmMwYmIzOC1kNDdjLTRhMmUtODBjMS0wYThiOTM2YTkxMjMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MDhUMTAxMjI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NGJkYTY5NDAwNGFiM2RjNDllOWVhOTllZGY1OTkyOWJlZDFjMGQzMGFhYTJmZTUyMmU0YzJiMGI5MzliOTFmMyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.2gFaMC6bjSeEl6gBvCoX3UtSe0XU7czXETTpTZBsE1c
https://private-user-images.githubusercontent.com/1401014/594579519-50e29f7b-8f3b-49d9-afbb-847e8ffc6271.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM1MDU4NDQsIm5iZiI6MTc4MzUwNTU0NCwicGF0aCI6Ii8xNDAxMDE0LzU5NDU3OTUxOS01MGUyOWY3Yi04ZjNiLTQ5ZDktYWZiYi04NDdlOGZmYzYyNzEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MDhUMTAxMjI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MWQzYWE5YTUwNWEwOTBkM2FiYjllODlkNTIzOTllMTM5ZTFhOTU1NjE5YWIxZmU3MTQ2YzQyYTEzNDhhNDVkZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.AOzeYGlTOsbwPsAzyTKKHbydtVdFGsQf2tpaSOQDAwk
https://private-user-images.githubusercontent.com/1401014/594579631-17dc973c-0ff9-4d9a-a64f-19a2edfd1492.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM1MDU4NDQsIm5iZiI6MTc4MzUwNTU0NCwicGF0aCI6Ii8xNDAxMDE0LzU5NDU3OTYzMS0xN2RjOTczYy0wZmY5LTRkOWEtYTY0Zi0xOWEyZWRmZDE0OTIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MDhUMTAxMjI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NDRlMjYxYTVjZmRjZTYxMzY2MDM5OTY0MDE0NTkxYzYxOWQzZTk3ODYxMGQ0MzcxNzI4ZGE4NDJkYTZiYjI2ZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.aeY82lT4Ww9y6W-ugC_unMK-qmQN5PCpemf9cFLimtA
https://private-user-images.githubusercontent.com/1401014/594584506-786f8835-a630-434f-9e4b-246b0fac016a.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM1MDU4NDQsIm5iZiI6MTc4MzUwNTU0NCwicGF0aCI6Ii8xNDAxMDE0LzU5NDU4NDUwNi03ODZmODgzNS1hNjMwLTQzNGYtOWU0Yi0yNDZiMGZhYzAxNmEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MDhUMTAxMjI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YTAyZTJmZjU0MTE5NjA3ZmI4NDk2ZGY3ZGZmOGU2YjMzNGY0YzdmYjY2ZjQ5YjhlMDAzMWYwNzYyMGNlODYxNSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.gulJjqe-gvP6tzLWCYFTXjmfu-slfSWrrYhIp4Ky6_M
https://private-user-images.githubusercontent.com/1401014/594586125-0a41a036-b585-4a23-bc5e-dcd1106bb29c.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM1MDU4NDQsIm5iZiI6MTc4MzUwNTU0NCwicGF0aCI6Ii8xNDAxMDE0LzU5NDU4NjEyNS0wYTQxYTAzNi1iNTg1LTRhMjMtYmM1ZS1kY2QxMTA2YmIyOWMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MDhUMTAxMjI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NzhlNjk3NzQ4NjViOGFjZjcwNDJhZDViZjZmY2UxNjA2MDRhYTg2YWM1MjYyNzQwMmUwMGMyZmEzNTRiMTNkZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0._m2QAFh-2ro0D6vIXqRhK6VIcGE-LUMH2GKPNq0fz5E
sureshanapartihttps://github.com/sureshanaparti
Severity:Majorhttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22Severity%3AMajor%22
component:kvmhttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22component%3Akvm%22
component:snapshothttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22component%3Asnapshot%22
Bughttps://github.com/apache/cloudstack/issues?q=type:"Bug"
Apache CloudStack BugFest - Issueshttps://github.com/orgs/apache/projects/362
4.22.2No due datehttps://github.com/apache/cloudstack/milestone/46
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.