mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 16:15:50 +03:00
[GH-ISSUE #432] KVM SHARED STORAGE OPTIONS #324
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chamambom on GitHub (Sep 15, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/432
I can see the only options we have for storage option is LVM /DIR /CEPH and ISO....is it possible to add ISCSI to the list...I have never worked with CEPH but looks like its a very good storage technology but for now i will stick with LVM just to speed up the process....is it possible to add ISCSI
@aprt5pr commented on GitHub (Sep 15, 2014):
I believe you will need to edit the XML directly to accomplish this. Check out this link: http://libvirt.org/storage.html#StorageBackendISCSI
@chamambom commented on GitHub (Sep 15, 2014):
thanx for the link , a really great source of information.I guess i will configure an lvm storage type for now and possible later on create a mirror of the lvm.then later on when my vm environment is now fully configured ,i will see if i can add a mix of creating CEPH ,NFS and ISCSI for backup storage
@chamambom commented on GitHub (Oct 14, 2014):
this is what i finally did , i configured 7 old desktop machines and installed linux on each server ..... and mapped the harddrives via iscsi to the VM host and formatted them via LVM ,i guess it will have to do for now