Page 4 of 7

Re: Amahi Virtualized

Posted: Fri Dec 07, 2012 7:12 am
by sgtfoo
While an SSD is not yet the solution for such a thing, you might want to consider getting several small drives to be the core install and local storage drives (the ones that become LVM'd).. because when several VMs run off a single disk, there are more I/O delays, which aren't great.

Having 2 NICs isn't 'necessary' but beneficial with more VMs later on.

Good stuff with the 8-core!!! :geek: :D

Re: Amahi Virtualized

Posted: Fri Dec 07, 2012 8:43 am
by bigfoot65
How many drives would you recommend. I only have 5 SATA ports. I also want to have drives included for Greyhole.

I don't intend to run more than 2-4 VMs at once at this point. Mostly 1 will be running 24x7.

Re: Amahi Virtualized

Posted: Fri Dec 07, 2012 8:46 am
by apastor
Are you going to use RAID?

Re: Amahi Virtualized

Posted: Fri Dec 07, 2012 9:44 am
by sgtfoo
How many drives would you recommend. I only have 5 SATA ports. I also want to have drives included for Greyhole.

I don't intend to run more than 2-4 VMs at once at this point. Mostly 1 will be running 24x7.
With no RAID, and only 4 at most right now I would suggest...

1 drive for Proxmox (auto-LVM'd at install)
1 drive for proxmox 'local' storage (auto-LVM'd at install)
OPTIONAL - 1 additional drive for proxmox 'local' storage (auto-LVM'd at install)

then however many drives you wish for Greyhole usage. (remember to only connect them after the proxmox install)

remember, your LZ (/var/hda/files) can be a drive image that sits in the 'local' storage.

( I'll jump on the greyhole version of the wiki for Proxmox this weekend) ;)

Re: Amahi Virtualized

Posted: Fri Dec 07, 2012 11:36 am
by bigfoot65
Sounds good. I did not plan on using RAID. What I may do is use the 128GB SSD or 1 SATA drive for Proxmox and 1 SATA drive for local storage. That leaves me 2 drives for Greyhole.

I figured the VMs can live on the local storage except Amahi VM. It could live on SSD and the LZ could be local storage.

Re: Amahi Virtualized

Posted: Sun Dec 09, 2012 7:42 pm
by bigfoot65
I have Proxmox and my virtual HDA installed. Added two physical drives for Greyhole. For some reason, hda-diskmount will not detect them. I tried adding them manually, but I am still unable to use the drives.

When I go to the Dashboard, they show up but with little :-) after each drive and not showing in storage pool either. I can browse them via command line and see files, but for some reason they do not want to show up correctly in the Dashboard.

Any ideas?

Re: Amahi Virtualized

Posted: Mon Dec 10, 2012 5:15 am
by sgtfoo
  • - ensure the drives are formatted as ext3/ext4.
    - ensure the drives are not mounted by Proxmox (it may auto-mount them)
    - mount the drives as SATA or IDE drives in the VM.
I'll double check my settings this evening too

Re: Amahi Virtualized

Posted: Mon Dec 10, 2012 5:29 am
by bigfoot65
Thanks for the info. I will double check my setup. If Proxmox recognizes the drives, how do you prevent it so only the VMs see them?

Re: Amahi Virtualized

Posted: Mon Dec 10, 2012 5:37 am
by sgtfoo
Proxmox should see, but not mount the drives.
You need to find out what label they get.. /dev/sdX
When you add the drive in the GUI the SATA/IDE add option should let you select the drive.

here's some more technical insight

http://forum.proxmox.com/threads/9451-A ... isks-to-VM

http://forum.proxmox.com/threads/3035-a ... uest-(kvm)

Re: Amahi Virtualized

Posted: Mon Dec 10, 2012 8:28 am
by bigfoot65
Yep, did that. Drives are /dev/sdb1 and /dev/sdc1. I followed the guidance to add them and they show up fine in Proxmox web UI.

When I try to mount them in Amahi, they don't show up with the hda-diskmount script. I checked manually and they are listed as /dev/sda1 and /dev/sdb1 for some reason. Guess since there is no sda it starts from there. I can mount them manually and browse the files, but Amahi does not see them.

The dashboard reflects empty drives with :-( and nothing in the storage pool. Not sure what I am doing wrong, but it must be something simple.