Community
 
 
 

CloudPlatform 3.x

팔로워 343명
 
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개
0

댓글을 남기려면 로그인하세요.

 
 

Previous 댓글 1개

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
댓글 작업 고유 링크

Top Contributors