You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the disk space of the controller machine is exhausted and the controller daemon cannot write logs on disk, the following messages are printed on screen:
E,[2015-07-1411:43:37#29518] ERROR -- : Errno::ENOSPC: No space left on device - /home/splayd/splay/src/controller/logs/32
/home/splayd/splay/src/controller/lib/logd.rb:196:in`write'/home/splayd/splay/src/controller/lib/logd.rb:196:in `puts'/home/splayd/splay/src/controller/lib/logd.rb:196:in `run'
/home/splayd/splay/src/controller/lib/logd.rb:129:in`initialize'/home/splayd/splay/src/controller/lib/logd.rb:129:in `new'/home/splayd/splay/src/controller/lib/logd.rb:129:in `run'
/home/splayd/splay/src/controller/lib/logd.rb:74:in`main'/home/splayd/splay/src/controller/lib/logd.rb:60:in `loop'/home/splayd/splay/src/controller/lib/logd.rb:60:in `main'
/home/splayd/splay/src/controller/lib/logd.rb:35:in`run'/home/splayd/splay/src/controller/lib/logd.rb:34:in `initialize'/home/splayd/splay/src/controller/lib/logd.rb:34:in `new'
/home/splayd/splay/src/controller/lib/logd.rb:34:in`run'controller_fork.rb:55controller_fork.rb:53:in `fork'controller_fork.rb:53controller_fork.rb:52:in `each'controller_fork.rb:52
The controller itself does not crash, but we should maybe provide a less scary message to the administrator.
The text was updated successfully, but these errors were encountered:
In terms of usability, it might be also good to prevent further job submissions while the controller is in this state of 'reduced operability' mode. Jobs should be either refused or enqueued with some explanatory message sent back to the client.
When the disk space of the controller machine is exhausted and the controller daemon cannot write logs on disk, the following messages are printed on screen:
The controller itself does not crash, but we should maybe provide a less scary message to the administrator.
The text was updated successfully, but these errors were encountered: