René's URL Explorer Experiment


Title: Disk offering doesn't change when resize operation is performed · Issue #8413 · apache/cloudstack · GitHub

Open Graph Title: Disk offering doesn't change when resize operation is performed · Issue #8413 · apache/cloudstack

X Title: Disk offering doesn't change when resize operation is performed · Issue #8413 · apache/cloudstack

Description: ISSUE TYPE Bug/Enhancement/Improvement request/ COMPONENT NAME Component: UI/API/Usage CLOUDSTACK VERSION Cloudstack version 4.18 SUMMARY Disk offering doesn't change when the resize operation is performed https://cloudstack.apache.org/a...

Open Graph Description: ISSUE TYPE Bug/Enhancement/Improvement request/ COMPONENT NAME Component: UI/API/Usage CLOUDSTACK VERSION Cloudstack version 4.18 SUMMARY Disk offering doesn't change when the resize operation is p...

X Description: ISSUE TYPE Bug/Enhancement/Improvement request/ COMPONENT NAME Component: UI/API/Usage CLOUDSTACK VERSION Cloudstack version 4.18 SUMMARY Disk offering doesn't change when the resize operation ...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Disk offering doesn't change when resize operation is performed","articleBody":"ISSUE TYPE\r\n\r\nBug/Enhancement/Improvement request/\r\n\r\nCOMPONENT NAME\r\n\r\nComponent: UI/API/Usage\r\n\r\nCLOUDSTACK VERSION\r\n\r\nCloudstack version 4.18\r\n\r\nSUMMARY\r\n\r\nDisk offering doesn't change when the resize operation is performed\r\n\r\nhttps://cloudstack.apache.org/api/apidocs-4.18/apis/resizeVolume.html\r\n\r\nSteps to reproduce the issue\r\n\r\n1. Create a data disk with offering 5gb ( Small disk offering)\r\n\r\n![resizeg](https://github.com/apache/cloudstack/assets/1401014/7555cb48-c3d7-40aa-8df1-b7694d9436e8)\r\n\r\n\r\n![resize1](https://github.com/apache/cloudstack/assets/1401014/00980ab6-f814-4283-842b-b78ba86625b4)\r\n\r\n\r\n2. Click on the Resize \r\n\r\nNavigate volume\u003e select the disk and click on Resize option \r\n\r\n![resize2](https://github.com/apache/cloudstack/assets/1401014/043938da-15c7-4880-90aa-ecaa14c45963)\r\n\r\nor execute the resizeVolume api call \r\n\r\nhttps://cloudstack.apache.org/api/apidocs-4.18/apis/resizeVolume.html\r\n\r\n\r\n3. Provide the new disk size let's say 10gb\r\n\r\n![resize3](https://github.com/apache/cloudstack/assets/1401014/79291376-eef5-4043-8d6c-1c0bd2ab2524)\r\n\r\n\r\n\r\n4. Cloudstack resizes the data disk to 10gb, successfully but doesn't change the disk offering to custom disk offering\r\n\r\n![resize](https://github.com/apache/cloudstack/assets/1401014/196f4173-6471-4594-b74a-1440b08e2b93)\r\n\r\n\r\n**Actual behavior**\r\n\r\n**According to docs**\r\n\r\nhttp://docs.cloudstack.apache.org/en/4.18.1.0/adminguide/storage.html?highlight=disk%20resize#resizing-volumes\r\n\r\nAdditionally, using the resizeVolume API, a data volume can be moved from a static disk offering to a custom disk offering with the size specified. This functionality allows those who might be billing by certain volume sizes or disk offerings to stick to that model, while providing the flexibility to migrate to whatever custom size is necessary.\r\n\r\n\r\nEven for the resizevolume api call is  disk offering id is not mandatory \r\n\r\nhttps://cloudstack.apache.org/api/apidocs-4.18/apis/resizeVolume.html\r\n\r\n\r\n---\r\n\r\n**Not changing the disk offering id could lead billing issue if the end user considers disk offering for billing** \r\n\r\n\r\n \r\nIf we take a look at the Database entries the offering id remains the same even after the resize is done, ideally it should change to a custom disk offering \r\n\r\nUsage_event table\r\n\r\nThe offering_id=3 is not  updated when a volume.resize is performed\r\n\r\nmysql\u003e use cloud;\r\n\r\n```\r\nmysql\u003e select * from usage_event where resource_id=41 \\G;\r\n*************************** 1. row ***************************\r\n           id: 146\r\n         type: VOLUME.CREATE\r\n   account_id: 2\r\n      created: 2023-12-28 05:19:12\r\n      zone_id: 1\r\n  resource_id: 41\r\nresource_name: ty\r\n  offering_id: 3\r\n  template_id: NULL\r\n         size: 5368709120\r\nresource_type: NULL\r\n    processed: 0\r\n virtual_size: NULL\r\n*************************** 2. row ***************************\r\n           id: 147\r\n         type: VOLUME.RESIZE\r\n   account_id: 2\r\n      created: 2023-12-28 05:19:29\r\n      zone_id: 1\r\n  resource_id: 41\r\nresource_name: ty\r\n  offering_id: 3\r\n  template_id: NULL\r\n         size: 8589934592\r\nresource_type: NULL\r\n    processed: 0\r\n virtual_size: NULL\r\n```\r\n \r\n \r\nmysql\u003e use cloud_usage;\r\n\r\n```\r\nmysql\u003eselect * from cloud_usage where usage_type=6\r\n\r\n\r\n              id: 235\r\n         zone_id: 1\r\n      account_id: 2\r\n       domain_id: 1\r\n     description: Volume Id: 41 usage time (DiskOffering: 3)\r\n   usage_display: 0.499999 Hrs\r\n      usage_type: 6\r\n       raw_usage: 0.49999913573265076\r\n  vm_instance_id: NULL\r\n         vm_name: NULL\r\n     offering_id: 3\r\n     template_id: NULL\r\n        usage_id: 41\r\n            type: NULL\r\n            size: 8589934592\r\n      network_id: NULL\r\n      start_date: 2023-12-28 05:45:14\r\n        end_date: 2023-12-28 06:15:14\r\n    virtual_size: NULL\r\n       cpu_speed: NULL\r\n       cpu_cores: NULL\r\n          memory: NULL\r\nquota_calculated: 0\r\n       is_hidden: 0\r\n```\r\n```\r\n \r\nmysql\u003e select * from usage_volume where volume_id=41 \\G;\r\n*************************** 1. row ***************************\r\n              id: 29\r\n       volume_id: 41\r\n         zone_id: 1\r\n      account_id: 2\r\n       domain_id: 1\r\ndisk_offering_id: 3\r\n     template_id: NULL\r\n            size: 5368709120\r\n         created: 2023-12-28 05:19:12\r\n         deleted: 2023-12-28 05:19:29\r\n*************************** 2. row ***************************\r\n              id: 30\r\n       volume_id: 41\r\n         zone_id: 1\r\n      account_id: 2\r\n       domain_id: 1\r\ndisk_offering_id: 3\r\n     template_id: NULL\r\n            size: 8589934592\r\n         created: 2023-12-28 05:19:29\r\n         deleted: NULL\r\n2 rows in set (0.00 sec)\r\n```\r\n\r\n\r\n**Expected behavior**\r\n\r\n\r\nCloudstack should update the disk offering to custom disk offering in UI and the databases (Cloud and cloud_usag) \r\n\r\n\r\n```\r\nmysql\u003e select * from disk_offering where id=6 \\G;\r\n*************************** 1. row ***************************\r\n                         id: 6\r\n                       name: Custom\r\n                       uuid: 9cc36337-08a4-4b00-9360-22353fa3503f\r\n               display_text: Custom Disk\r\n                  disk_size: 0\r\n                       tags: NULL\r\n                recreatable: 0\r\n          use_local_storage: 0\r\n                unique_name: Cloud.Com-Custom\r\n                 customized: 1\r\n                    removed: NULL\r\n                    created: 2023-12-26 11:01:13\r\n                   sort_key: 0\r\n           display_offering: 1\r\n            customized_iops: NULL\r\n                   min_iops: NULL\r\n                   max_iops: NULL\r\n            bytes_read_rate: NULL\r\n        bytes_read_rate_max: NULL\r\n bytes_read_rate_max_length: NULL\r\n           bytes_write_rate: NULL\r\n       bytes_write_rate_max: NULL\r\nbytes_write_rate_max_length: NULL\r\n             iops_read_rate: NULL\r\n         iops_read_rate_max: NULL\r\n  iops_read_rate_max_length: NULL\r\n            iops_write_rate: NULL\r\n        iops_write_rate_max: NULL\r\n iops_write_rate_max_length: NULL\r\n                      state: Active\r\n              hv_ss_reserve: NULL\r\n                 cache_mode: NULL\r\n          provisioning_type: thin\r\n       disk_size_strictness: 0\r\n               compute_only: 0\r\n                    encrypt: 0\r\n```\r\n                     \r\n","author":{"url":"https://github.com/kiranchavala","@type":"Person","name":"kiranchavala"},"datePublished":"2023-12-28T12:31:34.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":8},"url":"https://github.com/8413/cloudstack/issues/8413"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:6e0c7812-0a98-9aa1-69ce-d1fe8e78ab6a
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA7DE:2086C7:A6D8E54:EAA8616:6A50EDD6
html-safe-nonceb0911e0510b41aa5592cc4724207e7ee03a898a359bc03337e8be0267a353045
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBN0RFOjIwODZDNzpBNkQ4RTU0OkVBQTg2MTY6NkE1MEVERDYiLCJ2aXNpdG9yX2lkIjoiODU4NjQ0OTk0OTM3NzQ5MDM5MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacef261968095f90f4258189006601b2866950081633ad4fddab3bfc5738d36128
hovercard-subject-tagissue:2058383160
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/8413/issue_layout
twitter:imagehttps://opengraph.githubassets.com/c587963802bfd1e0e65587a2dbf441b6705745f90cdf19329dc3a01f29b55dd2/apache/cloudstack/issues/8413
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/c587963802bfd1e0e65587a2dbf441b6705745f90cdf19329dc3a01f29b55dd2/apache/cloudstack/issues/8413
og:image:altISSUE TYPE Bug/Enhancement/Improvement request/ COMPONENT NAME Component: UI/API/Usage CLOUDSTACK VERSION Cloudstack version 4.18 SUMMARY Disk offering doesn't change when the resize operation is p...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamekiranchavala
hostnamegithub.com
expected-hostnamegithub.com
None5266e58c17a510c403505cc811606465e90a881d2007ee7df1c4800d5c659838
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
release5ec60191a48933536a90c8a19f47142fcd0d4739
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/apache/cloudstack/issues/8413#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fapache%2Fcloudstack%2Fissues%2F8413
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/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/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/enterprise/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%2F8413
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/8413
Reloadhttps://github.com/apache/cloudstack/issues/8413
Reloadhttps://github.com/apache/cloudstack/issues/8413
Please reload this pagehttps://github.com/apache/cloudstack/issues/8413
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 538 https://github.com/apache/cloudstack/issues
Pull requests 260 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
Disk offering doesn't change when resize operation is performedhttps://github.com/apache/cloudstack/issues/8413#top
https://github.com/weizhouapache
component:UIhttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22component%3AUI%22
component:apihttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22component%3Aapi%22
component:usage-serverhttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22component%3Ausage-server%22
status:not-a-bughttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22status%3Anot-a-bug%22
type:enhancementhttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22type%3Aenhancement%22
type:improvementhttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22type%3Aimprovement%22
4.19.1.0https://github.com/apache/cloudstack/milestone/31
https://github.com/kiranchavala
kiranchavalahttps://github.com/kiranchavala
on Dec 28, 2023https://github.com/apache/cloudstack/issues/8413#issue-2058383160
https://cloudstack.apache.org/api/apidocs-4.18/apis/resizeVolume.htmlhttps://cloudstack.apache.org/api/apidocs-4.18/apis/resizeVolume.html
https://private-user-images.githubusercontent.com/1401014/293201361-7555cb48-c3d7-40aa-8df1-b7694d9436e8.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM2ODg5NjMsIm5iZiI6MTc4MzY4ODY2MywicGF0aCI6Ii8xNDAxMDE0LzI5MzIwMTM2MS03NTU1Y2I0OC1jM2Q3LTQwYWEtOGRmMS1iNzY5NGQ5NDM2ZTgucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MTBUMTMwNDIzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ODMwNmEwZmFiYzJmMzU5NjZlZmJkNGMwMWE4Y2VhOTIyZjZlNDhkNzRhMGJkNWExM2VkMmU0NmVlMDVhNjNiNiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.3ffdmarh3tpcerfQwygC-1QZM7t_rFdR54KceB30S0k
https://private-user-images.githubusercontent.com/1401014/293202166-00980ab6-f814-4283-842b-b78ba86625b4.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM2ODg5NjMsIm5iZiI6MTc4MzY4ODY2MywicGF0aCI6Ii8xNDAxMDE0LzI5MzIwMjE2Ni0wMDk4MGFiNi1mODE0LTQyODMtODQyYi1iNzhiYTg2NjI1YjQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MTBUMTMwNDIzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9M2FlZTcxNzJlOWNjNTI0MTBjYzBlNDM0MWIyMDE5ZjgxMzA3MjYyYTE4OWQ4ZDExZDViNzc3ZDE4NGRlNjhhYiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.qZURcEbJi4fVfWSZzOJlvHvcKVaa3fPqcuOqvp4qOhM
https://private-user-images.githubusercontent.com/1401014/293201644-043938da-15c7-4880-90aa-ecaa14c45963.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM2ODg5NjMsIm5iZiI6MTc4MzY4ODY2MywicGF0aCI6Ii8xNDAxMDE0LzI5MzIwMTY0NC0wNDM5MzhkYS0xNWM3LTQ4ODAtOTBhYS1lY2FhMTRjNDU5NjMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MTBUMTMwNDIzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MjY0NGU1NzczYzlkOTA5ZDI2ODhjNzEzNDBjMDU3ZGNmNWI1NWU4ZjI0M2FhMDg0OTg2NDcwOGU3MDE2ZjI1NyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.Ik5f5uEB3VcC73wz59owG3vibpf-5p8T6BeQnHq27VI
https://cloudstack.apache.org/api/apidocs-4.18/apis/resizeVolume.htmlhttps://cloudstack.apache.org/api/apidocs-4.18/apis/resizeVolume.html
https://private-user-images.githubusercontent.com/1401014/293201770-79291376-eef5-4043-8d6c-1c0bd2ab2524.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM2ODg5NjMsIm5iZiI6MTc4MzY4ODY2MywicGF0aCI6Ii8xNDAxMDE0LzI5MzIwMTc3MC03OTI5MTM3Ni1lZWY1LTQwNDMtOGQ2Yy0xYzBiZDJhYjI1MjQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MTBUMTMwNDIzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YWU5OWE2Mjg0NDFmYmM0M2Y4ODk1YmExODJhNThkMTY2M2I3ZWUzMDlmZTc1NTJkYjE4NWZjNDMwNzdmNzIwYSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.t2WSU34jiNRhRhZ85bBxReAvdAefqk1hyvfqOU6FYsI
https://private-user-images.githubusercontent.com/1401014/293202233-196f4173-6471-4594-b74a-1440b08e2b93.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM2ODg5NjMsIm5iZiI6MTc4MzY4ODY2MywicGF0aCI6Ii8xNDAxMDE0LzI5MzIwMjIzMy0xOTZmNDE3My02NDcxLTQ1OTQtYjc0YS0xNDQwYjA4ZTJiOTMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MTBUMTMwNDIzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9M2M5MTg2NmMxNTBjNDNmYTllMzllMmJiNGUyMzQ0NzA5MDYyMjc0OWY1ZmZlY2VkOWE4MGYzMzU3OTBjODY2NCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.C9tfJ428Ohu1g09xBdk6KkEtKp_68wQSd_xOaBhnI3s
http://docs.cloudstack.apache.org/en/4.18.1.0/adminguide/storage.html?highlight=disk%20resize#resizing-volumeshttp://docs.cloudstack.apache.org/en/4.18.1.0/adminguide/storage.html?highlight=disk%20resize#resizing-volumes
https://cloudstack.apache.org/api/apidocs-4.18/apis/resizeVolume.htmlhttps://cloudstack.apache.org/api/apidocs-4.18/apis/resizeVolume.html
weizhouapachehttps://github.com/weizhouapache
component:UIhttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22component%3AUI%22
component:apihttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22component%3Aapi%22
component:usage-serverhttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22component%3Ausage-server%22
status:not-a-bughttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22status%3Anot-a-bug%22
type:enhancementhttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22type%3Aenhancement%22
type:improvementhttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22type%3Aimprovement%22
4.19.1.0https://github.com/apache/cloudstack/milestone/31
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.