Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


SolusVM KVM Zero HDD Space
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

SolusVM KVM Zero HDD Space

duyan13duyan13 Member
edited January 2014 in Help

After a while I wanted to try out the KVM virtualization feature of solusvm .
I setup a completely new system with 2 volume groups , one for the system and the other one for the vps's . Adding the server to the solusvm master was successfully but I couldn't create any vps because there was no hdd space .

If anyone could help me ... I am pretty confused now why its not working ...

Thats my vgdisplay :

  --- Volume group ---
  VG Name               vg_nsystem
  System ID
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  4
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                3
  Open LV               3
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               54.00 GiB
  PE Size               4.00 MiB
  Total PE              13823
  Alloc PE / Size       13823 / 54.00 GiB
  Free  PE / Size       0 / 0
  VG UUID               Yk5eFG-vAp8-OgJA-4Im8-GD3d-0E5d-HksI0e

  --- Volume group ---
  VG Name               vg_vpskvm
  System ID
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  1
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                0
  Open LV               0
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               3.59 TiB
  PE Size               4.00 MiB
  Total PE              939909
  Alloc PE / Size       0 / 0
  Free  PE / Size       939909 / 3.59 TiB
  VG UUID               ed8qff-Zr2Z-MWCL-91PL-UGje-vHCa-d6GtpW

Comments

  • Edit : Yes, the PE Size should be 32 mib but I dont think thats the problem right now ...

  • AnthonySmithAnthonySmith Member, Patron Provider

    No reason I can see, you are entering vg_vpskvm against the node in the solusvm node setup right?

  • You must set the vg_vpskvm volume group and the free hdd space + free memory on the node settings.

  • Please show the node configuration in SolusVM. Have you tried creating volumes on the group manually?

  • Any firewall on node or master?
    Had same issue myself once, I forgot to whitelist node's IP on the masters firewall!

  • Iptables are empty ... so its not the firewall ... uhmm ...

  • Okay guys,

    If you are using nginx + php-fpm, make sure you have something like this in your php-fpm settings ...Its really important :

    env[HOSTNAME] = $HOSTNAME
    env[PATH] = /usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
    env[TMP] = /tmp
    env[TMPDIR] = /tmp
    env[TEMP] = /tmp
    
  • The main issue was that the solusvm script could not find the command : vgdisplay .
    So I thought it is missing some paths in the env ...

Sign In or Register to comment.