0

this command adding 50G to existing container or it's create container?

vzctl set 111 --diskspace 50G:50G --save
GGamba
  • 13,140
  • 3
  • 38
  • 47
Reset
  • 1
  • 2

1 Answers1

0

your command is setting the soft- and hard- diskspacelimit of the existing container: 111 to 50G.

For creating a container use vzctl create or prlctl create.

apensiv
  • 44
  • 4