Project

General

Profile

Actions

Bug #53362

open

osds created with ceph-volume raw are created on tmpfs

Added by A EP over 2 years ago. Updated over 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
2 - major
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

due to lack of docs i'm assuming raw works like this:

  1. ceph-volume raw prepare --bluestore --data /dev/sda
  2. ceph-volume raw activate /dev/sda
  3. systemctl start

this will populate /var/lib/ceph/osd.n but before that mount a tmpfs,

tmpfs on /var/lib/ceph/osd/ceph-0 type tmpfs (rw,relatime)

so that on next reboot the metadata is gone and the cluster can no longer be started.

2021-11-22T17:55:35.811+0000 7f993e55ef00 -1 auth: unable to find a keyring on 
/var/lib/ceph/osd/ceph-1/keyring: (2) No such file or directory

since its empty now of course.

Actions #1

Updated by Sebastian Wagner over 2 years ago

  • Project changed from Ceph to ceph-volume
  • Category deleted (OSD)
Actions

Also available in: Atom PDF