datasci-osu / dsosuk8s

DataScience@OregonState
2 stars 1 forks source link

Disk-fill check #4

Closed oneilsh closed 4 years ago

oneilsh commented 4 years ago

What happens if someone fills the nfs mount? Maybe we'll need a quota

oneilsh commented 4 years ago

Answer: not too bad. Users just can't create new files. This can prevent logins for users who haven't logged in before (because they're home dir needs to be created), but seems to be ok for other user logins since that process doesn't create new files (unless .bashrc, hubrc, or similar are configured to fail if they can't write files).