Re: [I] Cloudstack 4.18.1.0 local storage volume snapshot changed [cloudstack]

2024-01-10 Thread via GitHub


weizhouapache commented on issue #8477:
URL: https://github.com/apache/cloudstack/issues/8477#issuecomment-1884922577

   > Many Thx GutoVeronezi . I wondering why I didnt notice this kind of catch 
before. This is indeed true what you wrote! I close this now!
   > 
   > In return I can tell you that there is some important thing with 4.18.1.0 
KVM cloudstack agent. With Ubuntu 18.04 LTS you have to ie symlink 
/bin/hostname ->/usr/bin/hostname that agent works! I didnt find this info from 
anywhere.
   
   @kaizouk 
   this could fix the issue  [#8310 
](https://github.com/apache/cloudstack/issues/8310#issuecomment-1853469097)


-- 
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-unsubscr...@cloudstack.apache.org

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



Re: [I] Cloudstack 4.18.1.0 local storage volume snapshot changed [cloudstack]

2024-01-10 Thread via GitHub


kaizouk closed issue #8477: Cloudstack 4.18.1.0 local storage volume snapshot 
changed
URL: https://github.com/apache/cloudstack/issues/8477


-- 
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-unsubscr...@cloudstack.apache.org

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



Re: [I] Cloudstack 4.18.1.0 local storage volume snapshot changed [cloudstack]

2024-01-10 Thread via GitHub


kaizouk commented on issue #8477:
URL: https://github.com/apache/cloudstack/issues/8477#issuecomment-1884895218

   Many Thx  GutoVeronezi . I wondering why I didnt notice this kind of catch 
before. This is indeed true what you wrote! I close this now!
   
   In return I can tell you that there is some important thing with 4.18.1.0 
KVM cloudstack agent. With Ubuntu 18.04 LTS you have to ie symlink 
/bin/hostname ->/usr/bin/hostname that agent works!  I didnt find this info 
from anywhere.  


-- 
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-unsubscr...@cloudstack.apache.org

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



Re: [I] Cloudstack 4.18.1.0 local storage volume snapshot changed [cloudstack]

2024-01-09 Thread via GitHub


GutoVeronezi commented on issue #8477:
URL: https://github.com/apache/cloudstack/issues/8477#issuecomment-1883423754

   > ok, I didnt notice that fortunately if snapshot.backup.to.secondary = true 
then the volume snapshot will be removed from primary storage when backup into 
secondary is done (so this is move actually in the end). But there is no option 
anymore to take volume snapshot straight to the secondary as it was before? I 
have to consider then this dirty trick what i mentioned.
   
   Actually, ACS always stored the volume snapshot on the primary storage first 
and then copied it to the secondary storage :smile:. The catch is that, before 
4.17, ACS was taking a full VM snapshot and saving it internally in the root 
disk (which is in the primary storage); then, it would extract the snapshot to 
the secondary storage. Following there is the previous workflow:
   
   
![image](https://github.com/apache/cloudstack/assets/38945620/62257297-44ff-4d50-9851-290949bcc18b)
   
   You can also check issue #5124 for reference.


-- 
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-unsubscr...@cloudstack.apache.org

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



Re: [I] Cloudstack 4.18.1.0 local storage volume snapshot changed [cloudstack]

2024-01-09 Thread via GitHub


kaizouk commented on issue #8477:
URL: https://github.com/apache/cloudstack/issues/8477#issuecomment-1883339391

   ok, I didnt notice that fortunately if snapshot.backup.to.secondary = true 
then the volume snapshot will be removed from primary storage when backup into 
secondary is done (so this is move actually in the end). But there is no option 
anymore to take volume snapshot straight to the secondary as it was before? I 
have to consider then this dirty trick what i mentioned.
   
   
   


-- 
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-unsubscr...@cloudstack.apache.org

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



Re: [I] Cloudstack 4.18.1.0 local storage volume snapshot changed [cloudstack]

2024-01-09 Thread via GitHub


GutoVeronezi commented on issue #8477:
URL: https://github.com/apache/cloudstack/issues/8477#issuecomment-1883243918

   @kaizouk, if you are using KVM, refer to the following workflow to 
understand how volume snapshots work on ACS:
   
![image](https://github.com/apache/cloudstack/assets/38945620/32a68509-9a88-4276-ac06-290e4bd19a29)
   
   Please, check if the global setting `snapshot.backup.to.secondary` is set as 
`true`.


-- 
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-unsubscr...@cloudstack.apache.org

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