| 143 | | |
| | 143 | *TdB: Check on the disk space of some of the machines, following cleanup: |
| | 144 | |
| | 145 | Machines ipp123-126 have filled up their disks. Putting them to repair to prevent more data going there. Also ipp110.0 is full |
| | 146 | {{{ |
| | 147 | neb-host --state repair --host ipp123 --note 'TdB: up->repair, disk is getting very full' |
| | 148 | neb-host --state repair --host ipp124 --note 'TdB: up->repair, disk is getting very full' |
| | 149 | neb-host --state repair --host ipp125 --note 'TdB: up->repair, disk is getting very full' |
| | 150 | neb-host --state repair --host ipp126 --note 'TdB: up->repair, disk is getting very full' |
| | 151 | neb-host --state repair --host ipp110 --note 'TdB: up->repair, disk is getting very full' |
| | 152 | }}} |
| | 153 | But the recent cleanup has freed enoguh space on ipp106 and ipp107 to allow them to go back to up. |
| | 154 | {{{ |
| | 155 | neb-host --state up --host ipp106 --note 'TdB: repair->up, disk space freed in cleanup' |
| | 156 | neb-host --state up --host ipp107 --note 'TdB: repair->up, disk space freed in cleanup' |
| | 157 | }}} |
| | 158 | |