Re: Local Storage in KVM Host

2018-08-19 Thread Sagnik Sasmal
Yeah, I was confused about whether there's a concept of like System Datastores and Image Datstores here. On Sun, Aug 19, 2018 at 5:18 PM Ivan Kudryavtsev wrote: > Hi. Snapshots, templates and isos are stored on secondary storage. All > these questions are described in docs, btw. > > вс, 19 авг.

Re: Local Storage in KVM Host

2018-08-19 Thread Ivan Kudryavtsev
Hi. Snapshots, templates and isos are stored on secondary storage. All these questions are described in docs, btw. вс, 19 авг. 2018 г., 18:45 Sagnik Sasmal : > Another one question: > > Are the VM templates and ISOs stored only on the management server and > copied over when needed to the host, o

Re: Local Storage in KVM Host

2018-08-19 Thread Sagnik Sasmal
Another one question: Are the VM templates and ISOs stored only on the management server and copied over when needed to the host, or is it possible to store them separately in both the management server and the host? On Sun, Aug 19, 2018, 5:01 PM Sagnik Sasmal wrote: > Thanks a lot :) > > On Su

Re: Local Storage in KVM Host

2018-08-19 Thread Sagnik Sasmal
Thanks a lot :) On Sun, Aug 19, 2018, 5:00 PM Ivan Kudryavtsev wrote: > Hey, just use /var/lib/libvirt/images mountpoint and allow local storage > for zone. LVM-based images are not supported as CloudStack uses qcow2. > > вс, 19 авг. 2018 г., 17:27 Sagnik Sasmal : > > > I'm a bit confused about

Re: Local Storage in KVM Host

2018-08-19 Thread Ivan Kudryavtsev
Hey, just use /var/lib/libvirt/images mountpoint and allow local storage for zone. LVM-based images are not supported as CloudStack uses qcow2. вс, 19 авг. 2018 г., 17:27 Sagnik Sasmal : > I'm a bit confused about this. How should I make the partitions? Also, are > LVMs (not shared, just local to

Local Storage in KVM Host

2018-08-19 Thread Sagnik Sasmal
I'm a bit confused about this. How should I make the partitions? Also, are LVMs (not shared, just local to the host), supported? A link to the docs would be great :) Thanks