<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://192.168.180.206:8001/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://192.168.180.206:8001/feed.php">
        <title>wiki.niziak.spox.org - vm:proxmox:ceph:db</title>
        <description></description>
        <link>http://192.168.180.206:8001/</link>
        <image rdf:resource="http://192.168.180.206:8001/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-05-12T22:01:28+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://192.168.180.206:8001/vm:proxmox:ceph:db:adding?rev=1707894195&amp;do=diff"/>
                <rdf:li rdf:resource="http://192.168.180.206:8001/vm:proxmox:ceph:db:move_db_disks?rev=1743363547&amp;do=diff"/>
                <rdf:li rdf:resource="http://192.168.180.206:8001/vm:proxmox:ceph:db:move_db?rev=1729146257&amp;do=diff"/>
                <rdf:li rdf:resource="http://192.168.180.206:8001/vm:proxmox:ceph:db:usage?rev=1705590088&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://192.168.180.206:8001/_media/wiki:dokuwiki.svg">
        <title>wiki.niziak.spox.org</title>
        <link>http://192.168.180.206:8001/</link>
        <url>http://192.168.180.206:8001/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://192.168.180.206:8001/vm:proxmox:ceph:db:adding?rev=1707894195&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-14T07:03:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>DB adding</title>
        <link>http://192.168.180.206:8001/vm:proxmox:ceph:db:adding?rev=1707894195&amp;do=diff</link>
        <description>DB adding

NOTE: if partition is formatted as LVM PV, it is possible to choose this partition for DB from Proxmox UI when creating OSD:


pvcreate /dev/sda5
vgcreate ceph-db-40gb /dev/sda5




Adding journal DB/WAL partition

If an OSD needs to be shutdown for maintenance (i.e. adding new disc), please set</description>
    </item>
    <item rdf:about="http://192.168.180.206:8001/vm:proxmox:ceph:db:move_db_disks?rev=1743363547&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-30T19:39:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Move DB to bigger storage</title>
        <link>http://192.168.180.206:8001/vm:proxmox:ceph:db:move_db_disks?rev=1743363547&amp;do=diff</link>
        <description>Move DB to bigger storage

I.e: to move from 4GB partition to 30GB partition in case of spillover:


1 OSD(s) experiencing BlueFS spillover

 osd.3 spilled over 985 MiB metadata from &#039;db&#039; device (3.8 GiB used of 4.0 GiB) to slow device



lvdisplay
  --- Logical volume ---
  LV Path                /dev/ceph-66ad9fa6-0f65-4fc0-baeb-41089a509347/osd-block-4a9e142e-ed4d-4890-a018-5651c36071a5
  LV Name                osd-block-4a9e142e-ed4d-4890-a018-5651c36071a5

  --- Logical volume ---
  LV Path…</description>
    </item>
    <item rdf:about="http://192.168.180.206:8001/vm:proxmox:ceph:db:move_db?rev=1729146257&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-17T06:24:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Move DB to new drive</title>
        <link>http://192.168.180.206:8001/vm:proxmox:ceph:db:move_db?rev=1729146257&amp;do=diff</link>
        <description>Move DB to new drive


blkid
/dev/nvme0n1p3: PARTLABEL=&quot;DB&quot; PARTUUID=&quot;b30d904f-94ce-4776-982a-db5947dac1cd&quot;

ceph osd set noout
systemctl stop ceph-osd@3
systemctl disable ceph-osd@3

ddrescue -f -n -vv c66f0c74-12b2-aa42-afc4-f4bd12bfa87c DB.img&lt;NEW&gt;</description>
    </item>
    <item rdf:about="http://192.168.180.206:8001/vm:proxmox:ceph:db:usage?rev=1705590088&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-18T15:01:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>DB usage</title>
        <link>http://192.168.180.206:8001/vm:proxmox:ceph:db:usage?rev=1705590088&amp;do=diff</link>
        <description>DB usage

Check DB size and usage


ceph daemon osd.$(ls -1 /var/lib/ceph/osd/ceph-?/../ | cut -d &quot;-&quot; -f 2) perf dump | jq &quot;.bluefs | {db_total_bytes, db_used_bytes}&quot;


1st machine:


{
  &quot;db_total_bytes&quot;: 3221217280,
  &quot;db_used_bytes&quot;: 1162870784
}</description>
    </item>
</rdf:RDF>
