sureshanaparti opened a new issue, #6372:
URL: https://github.com/apache/cloudstack/issues/6372

   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete 
the comments.
   -->
   
   The disk offering change (from shared to local pool) for a volume is 
updated, but the volume is not migrated when Auto migrate is enabled, and 
updated without any error when Auto migrate is disabled.
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   Volume / Disk Offering
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main 
branch.
   -->
   
   ~~~
   4.17 RC2
   ~~~
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   MS: CentOS 7 + Hypervisor: KVM + Storage: NFS, Local
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   Change disk offering for the volume (attached to a running VM, from shared 
to local pool), with / without enabling "Auto migrate volume to another storage 
pool if required". The Offering of the volume is updated in both cases, and the 
volume remains in the same shared pool.
   
   ##### STEPS TO REPRODUCE
   - Deploy a VM
   - Create a DATA disk, say DATA01, with Shared Pool disk offering
   - Create a Local Pool disk offering, say LocalDisk
   - Change Disk Offering of the DATA disk (DATA01), to Local Pool disk 
offering (LocalDisk)
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   - The volume offering should change after migrating to local pool, when auto 
migrate is enabled.
   - The volume offering should not change, when auto migrate is disabled and 
should throw relevant error.
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   - The volume offering changes and volume remains in the shared pool when 
auto migrate is enabled.
   - The volume offering changes when auto migrate is disabled.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to