Post4VPS Forum | Free VPS Provider
VPS 9 - Scheduled Upgrade - Rest locations - Printable Version

+- Post4VPS Forum | Free VPS Provider (https://post4vps.com)
+-- Forum: Site Discussion (https://post4vps.com/Forum-Site-Discussion)
+--- Forum: Announcements (https://post4vps.com/Forum-Announcements)
+---- Forum: VPS Downtimes (https://post4vps.com/Forum-VPS-Downtimes)
+---- Thread: VPS 9 - Scheduled Upgrade - Rest locations (/Thread-VPS-9-Scheduled-Upgrade-Rest-locations)

Pages: 1 2 3 4


RE: VPS 9 - Scheduled Upgrade - Rest locations - tryp4vps - 11-21-2019

(11-19-2019, 12:30 PM)ikk157 Wrote: My VPS 9, which i got already running the upgraded KVM technology, also shows the storage as 99GB. So that seems to be a commonly thing. Not a big deal to be honest! It’s still a hell of a lot of storage!


Thanks for letting me know that I am not only the only member getting the disk size of 99 GB.

I am still curious why it is 99 GB though. It just does not seem to be normal. And I do not see any other partition with 1 GB size in my VPS.


RE: VPS 9 - Scheduled Upgrade - Rest locations - ikk157 - 11-21-2019

(11-21-2019, 06:39 AM)tryp4vps Wrote: Thanks for letting me know that I am not only the only member getting the disk size of 99 GB.

I am still curious why it is 99 GB though. It just does not seem to be normal. And I do not see any other partition with 1 GB size in my VPS.

I am not very sure. It could be the same exact reason why when you let’s say buy a 32GB flash drive, you don’t actually get a full 32GB of usable storage. Same might be happening here with VPS9 showing 99GB of usable space, versus the full 100GB.


RE: VPS 9 - Scheduled Upgrade - Rest locations - humanpuff69 - 11-21-2019

(11-21-2019, 09:50 AM)ikk157 Wrote: I am not very sure. It could be the same exact reason why when you let’s say buy a 32GB flash drive, you don’t actually get a full 32GB of usable storage. Same might be happening here with VPS9 showing 99GB of usable space, versus the full 100GB.

On linux it will show the full 100gb because linux use gigabyte instead of gibibyte for hdd size

Windows still use gibibyte for file size and that iswhy storage have smaller size


RE: VPS 9 - Scheduled Upgrade - Rest locations - Mashiro - 11-21-2019

A proper filesystem like EXT4 on a proper virtualization technology such as KVM by default has a certain amount of its space (a few percent usually) reserved to prevent a total system breakdown when the actual partition runs out of space. This reserved space is deducated from usable space and therefore usually decreases the amount of total usable disk space.

See here for more information and ways to reduce the amount of reserved space: https://wiki.archlinux.org/index.php/ext4#Reserved_blocks

1 GB less sounds like 1% reserved space has been set. Maybe it has been done automatically during the upgrade to KVM. The OpenVZ ploop filesystem basically emulates a real filesystem (compared to the older simfs) and also allows to reserve space. So maybe the amount of space that was reserved before has been left as is during the upgrade.

df -h should also help a little more. Usually the system creates some partitions that are automatically removed on shutdown and created again when booting. Some of them are created in RAM (tmpfs).


RE: VPS 9 - Scheduled Upgrade - Rest locations - tryp4vps - 11-22-2019

@'Hidden Refuge' thanks for the valuable information.

This is the result of 'df -h' for my VPS 9:

Code:
Filesystem      Size  Used Avail Use% Mounted on
udev            3.9G     0  3.9G   0% /dev
tmpfs           799M   19M  780M   3% /run
/dev/vda1        99G   67G   27G  72% /
tmpfs           3.9G     0  3.9G   0% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           3.9G     0  3.9G   0% /sys/fs/cgroup


There is a tmpfs with size of 799M, which is mounted and used for the /run filesystem. Not very sure if it is related to the "1 GB less" issue though.


RE: VPS 9 - Scheduled Upgrade - Rest locations - deanhills - 12-01-2019

Please note that all VPS 9 VPSs are now on KVM. If any of our VPS 9 holders have issues, can you please open a support request in the VPS Support Forum.

Since the process has been completed am closing this thread for now.