mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #569] How to add a disk to exist instance? #431
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 @higkoo on GitHub (Jul 17, 2015).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/569
I want to add a new disk to an exist instance.
What can I do for this?
Thanks
@chamambom commented on GitHub (Jul 17, 2015):
for all my instances that needed resizing ,i always used this link
http://michael.orlitzky.com/articles/resizing_a_kvm_or_qemu_disk_image.php
i am not too sure if that functionality is yet in webvirt ,
On Fri, Jul 17, 2015 at 12:33 PM, 楷子狐 notifications@github.com wrote:
@rainsun commented on GitHub (Aug 24, 2015):
I think you should create a new disk from storage page, and add this disk into the xml file of this server.
then reboot it, you will find everything is ok.
@yorks commented on GitHub (Aug 28, 2015):
There is no need to reboot, attach disk online is support by libvirt.
I added this function to my own virtMgr, like that:
you can using:
vrtManager.create.wvmCreate.create_volumeto create the img,and then using:
vrtManager.instance.wvmInstance.attach_diskto attach the img to the instance.