You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/09/29 10:31:49 UTC

[GitHub] [cloudstack] slavkap opened a new issue #5531: Deployment of a VM with a DATADISK on Ceph sets QCOW2 format

slavkap opened a new issue #5531:
URL: https://github.com/apache/cloudstack/issues/5531


   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   -->
   ~~~
   Ceph storage
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   -->
   
   ~~~
   4.15.3.0/main but may exist on previous versions
   ~~~
   
   ##### OS / ENVIRONMENT
   <!--
   
   -->
   CentOS 7
   KVM hypervisors
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   After deploying a VM with a `DATADISK` (both volumes - ROOT/DATADISK  are on Ceph) the `DATADISK` gets `QCOW2` format
   
   ```
   select id, pool_type, storage_provider_name from storage_pool where id=203;
   +-----+-----------+-----------------------+
   | id  | pool_type | storage_provider_name |
   +-----+-----------+-----------------------+
   | 203 | RBD       | DefaultPrimary        |
   +-----+-----------+-----------------------+
   1 row in set (0.00 sec)
   
   SELECT format, pool_id, name, instance_id FROM cloud.volumes where instance_id=5360;
   +--------+---------+-----------+-------------+
   | format | pool_id | name      | instance_id |
   +--------+---------+-----------+-------------+
   | RAW    |     203 | ROOT-5360 |        5360 |
   | QCOW2  |     203 | DATA-5360 |        5360 |
   +--------+---------+-----------+-------------+
   2 rows in set (0.00 sec)
   ```
   
   ##### STEPS TO REPRODUCE
   
   ~~~
   Deploy a virtual machine with a `datadisk` on Ceph
   ~~~
   
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   The format of the volume should be in `RAW` format
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   in the database, the volume's format is `QCOW2`
   ~~~
   


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] slavkap commented on issue #5531: Deployment of a VM with a DATADISK on Ceph sets QCOW2 format

Posted by GitBox <gi...@apache.org>.
slavkap commented on issue #5531:
URL: https://github.com/apache/cloudstack/issues/5531#issuecomment-995900377


   Hi @sureshanaparti, if nobody works on a fix, I will try to fix it on time for 4.16.1.0


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] sureshanaparti commented on issue #5531: Deployment of a VM with a DATADISK on Ceph sets QCOW2 format

Posted by GitBox <gi...@apache.org>.
sureshanaparti commented on issue #5531:
URL: https://github.com/apache/cloudstack/issues/5531#issuecomment-1008589748


   Fixed in #5801 


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] sureshanaparti commented on issue #5531: Deployment of a VM with a DATADISK on Ceph sets QCOW2 format

Posted by GitBox <gi...@apache.org>.
sureshanaparti commented on issue #5531:
URL: https://github.com/apache/cloudstack/issues/5531#issuecomment-995819249


   Hi @slavkap can you work on the changes for this issue?


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] sureshanaparti closed issue #5531: Deployment of a VM with a DATADISK on Ceph sets QCOW2 format

Posted by GitBox <gi...@apache.org>.
sureshanaparti closed issue #5531:
URL: https://github.com/apache/cloudstack/issues/5531


   


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] sureshanaparti commented on issue #5531: Deployment of a VM with a DATADISK on Ceph sets QCOW2 format

Posted by GitBox <gi...@apache.org>.
sureshanaparti commented on issue #5531:
URL: https://github.com/apache/cloudstack/issues/5531#issuecomment-995980965


   > Hi @sureshanaparti, if nobody works on a fix, I will try to fix it on time for 4.16.1.0
   
   ok, thank you @slavkap


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org