Re: [one-users] Question about attach_disk on one-3.8.4

2013-09-09 Thread Carlos Martín Sánchez
Hi, Once the disk is attached, it is up to the guest OS to detect and mount it. In ubuntu, you can rescan the scsi bus with the command: echo “- – -” /sys/class/scsi_host/host0/scan You may need to change host0 to other id. Regards. -- Join us at OpenNebulaConf2013 http://opennebulaconf.com

[one-users] Question about attach_disk on one-3.8.4

2013-09-06 Thread Sam Song
Hi, forks: When I attach a datablock type image to a running vm, I need to reboot vm to find the new device and mount it manually. I want to know how do you attach an image to a vm and make it ready to use? Is there a designing of opennebula to enable mounting the attached disk automaticly? My