Howdy, Stranger!

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


Aruba Cloud vps upgrade issue
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.

Aruba Cloud vps upgrade issue

lossehelinlossehelin Member
edited October 2016 in Help

I have recently upgraded my arubacloud vps from 40gb space to 80gb space. But centos is still saying i only have 40gb of space. Am i missing something? what step do i need to do? I thought the upgrade in space would be automatic.

Thanks in advance.

Comments

  • not really,

    They may have expanded your disk, but you still need to expand the partitions of the VPS.

    Post the output of
    sudo fdisk -l

    Thanked by 1Falzo
  • lossehelinlossehelin Member
    edited October 2016

    ok here it goes:

    Disk /dev/sda: 85.9 GB, 85899345920 bytes, 167772160 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk label type: dos
    Disk identifier: 0x0009fba7
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *        2048     1026047      512000   83  Linux
    /dev/sda2         1026048    20971519     9972736   8e  Linux LVM
    /dev/sda3        20971520    83886079    31457280   8e  Linux LVM
    
    Disk /dev/mapper/vg-lv_root: 40.2 GB, 40177238016 bytes, 78471168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    
    
    Disk /dev/mapper/vg-lv_swap: 2239 MB, 2239758336 bytes, 4374528 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    
    [root@dahh ~]# sudo fdisk -l
    
    Disk /dev/sda: 85.9 GB, 85899345920 bytes, 167772160 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk label type: dos
    Disk identifier: 0x0009fba7
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *        2048     1026047      512000   83  Linux
    /dev/sda2         1026048    20971519     9972736   8e  Linux LVM
    /dev/sda3        20971520    83886079    31457280   8e  Linux LVM
    
    Disk /dev/mapper/vg-lv_root: 40.2 GB, 40177238016 bytes, 78471168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    
    
    Disk /dev/mapper/vg-lv_swap: 2239 MB, 2239758336 bytes, 4374528 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    
  • lossehelin said: Disk /dev/sda: 85.9 GB, 85899345920 bytes,

    your disk is 85.9 GB in size. so arubacloud did everything they need during the upgrade.

    you need to add another partition in the free space, add that to your LVM and extend you lv_root.

  • hum... i need to research that as i have never done it

Sign In or Register to comment.