Wolfgang Jentner
Wolfgang Jentner
Hi Leo, bei mir gibt es das gleiche Problem. Das ganze ist nach einem kernel-update passiert: ``` lxc-start 20180327115044.915 ERROR lxc_conf - conf.c:run_buffer:405 - Script exited with status 2. lxc-start...
Der output von /var/lib/lxc/yahm/yahm.log ist bereits oben zu sehen: ``` $ cat /var/lib/lxc/yahm/yahm.log lxc-start 20180327115044.915 ERROR lxc_conf - conf.c:run_buffer:405 - Script exited with status 2. lxc-start 20180327115044.916 ERROR lxc_start -...
Hier der output: ``` $ modprobe pl011_raw_uart generic_raw_uart eq3_char_loop plat_eq3ccu2 modprobe: ERROR: could not insert 'pl011_raw_uart': Exec format error ``` ``` $ dmesg [ 0.000000] Booting Linux on physical CPU...
After updating the kernel again to `Linux raspberrypi 4.14.30-v7+ #1102 SMP Mon Mar 26 16:45:49 BST 2018 armv7l GNU/Linux` and reinstalling the pivccu-driver module the error disappeared.
Is there any fork available that is maintained?
What helped me was to identify the pods from this error (i.e., your error logs): ``` cannot delete Pods with local storage (use --delete-emptydir-data to override): kube-system/metrics-server-5f8f64cb86-thks7, kube-system/kubernetes-dashboard-765646474b-f2bk5, kube-system/dashboard-metrics-scraper-6b6f796c8d-5gfcs ```...
I'm currently running into this. I have multiple storage classes, and I'd like to set up the scheduler for each of them. Another solution for me would be to extend...
This is probably unrelated but our toolbox with rook version 1.9.8 shows for `ceph -v` ```ceph version 16.2.10 (45fa1a083152e41a408d15505f594ec5f1b4fe17) pacific (stable)``` I assume this is only the version of the...
Regarding your previous question: ``` $ ceph config get mgr.a mgr/rook/storage_class ``` returns ``` local ``` This is also stated in the error message. Changing this manually to our storage...
@jmolmo Thank you for the explanation. Why is the storage information not being provided by the OSD daemon itself? It should have access to any type of device in every...