Project

General

Profile

action #59933

Updated by livdywan over 2 years ago

## Observation 

 Happened again that we receive a monitoring alert for / being full (but recovered soon after) after a user logged in, did some actions involing bigger space needs and realized the problem. 

 ## Problem 

 This can cause disruption of services. The root volume is only 10GB for both osd and o3 which is ok for VMs but users do not realize that /home and /tmp is therefore not able to hold big data. 

 ## Acceptance criteria 
 * **AC1:** /home on o3 is on separate storage 
 * **AC2:** *DONE* same on osd 

 ## Suggestions 

 * Enable user quotas (using aquota) 
 * Mount or mount another partition for /home, /home and/or /tmp , e.g. maybe simply a qcow file, same as on OSD where we already have that file?

Back