meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| vm:proxmox:ceph:issues [2022/04/22 07:52] – created niziak | vm:proxmox:ceph:issues [2024/05/17 09:21] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Issues ====== | ====== Issues ====== | ||
| + | |||
| + | === auth: unable to find a keyring === | ||
| + | |||
| + | It is not possible to create ceph OSD neither from WebUI nor cmdline: <code bash> | ||
| + | |||
| + | < | ||
| + | Running command: /bin/ceph --cluster ceph --name client.bootstrap-osd --keyring / | ||
| + | | ||
| + | 2021-01-28T10: | ||
| + | </ | ||
| + | |||
| + | <file init / | ||
| + | [client] | ||
| + | | ||
| + | |||
| + | [mds] | ||
| + | | ||
| + | </ | ||
| + | |||
| + | ceph.conf Variables | ||
| + | * **$cluster** - cluster name. For proxmox it is '' | ||
| + | * **$type** - daemon process '' | ||
| + | * **$id** - daemon or client indentifier. For '' | ||
| + | * **$host** - hostname where the process is running | ||
| + | * **$name** - Expands to $type.$id. I.e: '' | ||
| + | * **$pid** - Expands to daemon pid | ||
| + | |||
| + | **SOLUTION: | ||
| + | <code bash>cp / | ||
| + | alternative to try: change ceph.conf | ||
| + | |||
| + | === Unit -.mount is masked. === | ||
| + | |||
| + | < | ||
| + | Running command: / | ||
| + | | ||
| + | --> | ||
| + | </ | ||
| + | |||
| + | It was caused by '' | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | **Solution: | ||
| + | |||
| + | <code bash> | ||
| + | |||
| + | To list runtime masked units: | ||
| + | <code bash>ls -l / | ||
| + | |||
| + | To unescape systemd unit names: | ||
| + | <code bash> systemd-escape -u ' | ||
| + | |||
| + | |||
| + | |||
| + | ===== lock on rbd ===== | ||
| + | |||
| + | <code bash> | ||
| + | root@pve1: | ||
| + | |||
| + | There is 1 exclusive lock on this image. | ||
| + | Locker | ||
| + | client.310904979 | ||
| + | |||
| + | root@pve1: | ||
| + | </ | ||
| ===== mons are allowing insecure global_id reclaim ===== | ===== mons are allowing insecure global_id reclaim ===== | ||