Ceph: Difference between revisions

imported>C4lliope
No edit summary
imported>C4lliope
Additional actions are necessary.
Line 74: Line 74:
   };
   };
</syntaxhighlight>
</syntaxhighlight>
Though these commands seem reliable enough, there are some issues...
nothing has appeared inside <code>lsblk</code>, so there are additional actions are necessary.
Here is a summary of records produced inside <code>/var/lib/ceph</code>:
<pre>
mesh@mesh-c:~/.build/ > nix-shell -p tree
[nix-shell:~/.build]$ sudo -u ceph tree /var/lib/ceph
/var/lib/ceph
├── bootstrap-osd
│   └── ceph.keyring
└── mon
    ├── ceph-mesh-c
    └── ceph-mon-mesh-c
        ├── keyring
        ├── kv_backend
        └── store.db
            ├── 000004.log
            ├── CURRENT
            ├── IDENTITY
            ├── LOCK
            ├── MANIFEST-000005
            └── OPTIONS-000007
6 directories, 9 files
</pre>
----


Many users aspire to run Ceph on NixOS, and recommend varying approaches in different forums online.
Many users aspire to run Ceph on NixOS, and recommend varying approaches in different forums online.