• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

virtuozzo drive usage

M

mobiustrip44

Guest
i have a plesk config running on virtuozzo through a hosting provider.

i'm supposed to have 80gb of drive space but only 50gb is available. the hoster is telling me that virtuozzo is using the other 30gb. is that possible? how much drive space should virtuozzo be using?
 
You didnt mention what os, so here is an example with psa and some other common applications installed on fedora-core-1:

~ # vzctl create 25000 --pkgset fedora-core-1 --config configname --hostname test.com
Creating VE private area
VE is mounted
Postcreate action done
VE private area was created
Validate VE:
Starting VE ...
VE is unmounted
VE is mounted
Adding port redirection to VE(1): 4643 8443
Adding IP address(es):
Hostname for VE set: test.com
File resolv.conf was modified
VE start in progress...
Installing applications: mod_frontpage-fc1 mod_perl-fc1 mod_ssl-fc1 mysql-fc1 php-fc1
Stopping VE ...
VE was stopped
VE is unmounted
~ # vzctl start 25000
Validate VE:
Starting VE ...
VE is mounted
Adding port redirection to VE(1): 4643 8443
Adding IP address(es):
Hostname for VE set: test.com
File resolv.conf was modified
VE start in progress...
~ # vzpkgadd 25000 psa-fc1 mailman-fc1 psa-spamassassin-fc1 psa-vault-fc1 psa-migration-fc1
..........
warning: /etc/xinetd.d/popa3d saved (VZ) as /etc/xinetd.d/popa3d.rpmsave
Consider deleting user 'popa3d' too.
warning: /etc/xinetd.d/sendmail saved (VZ) as /etc/xinetd.d/sendmail.rpmsave
Updating VE 25000 |****************************************| [100%]
~ # vzctl enter 25000
[root@test /]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/vzfs 15G 107M 15G 1% /
[root@test /]#

Hope this helps.
 
I don't think your base OS is 30 gigs! Just as an example, RHEL AS3 templates for me take up about 600 megs or so with plesk installed on a VE.

Hope this helps ;)
 
Sounds like your Host is kind of shady and probably ripping you off!
 
no kidding huh... 80 gigs is also pretty large for a VPS in most cases.

Make sure this is protected/redundant storage and BTW, do they give you a snapshot with your VPS?
 
Back
Top