Community
 
 
 

CloudPlatform 3.x

343 seguidores
 
Avatar
Pankaj Paliwal

SSVM low disk space

Avatar

SSVM low disk space

I'm getting alerts all the time for my SSVMs running out of disk space.
They are only provisioned with a 2GB disk and I have found that the /var/log/cloud/cloud.out file is 1.1GB in size.

Can I clean out this file? Or is there somewhere else I can get some space back from?


Luca Salvatore MEMBERS
1 comentário
0

iniciar sessão para comentar.

 
 

Previous 1 comentário

Avatar
Pankaj Paliwal
Avatar

SSVM low disk space

It would be safe to truncate the file using the following command.

echo /dev/null > /var/log/cloud/cloud.out

You should probably take a look at the contents and make sure there isn't any wrong causing a bunch of logging.

--Mike


Mike Little MEMBERS
Ações de comentário Permalink

Top Contributors