Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7437669
osd.yml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
824 B
Subscribers
None
osd.yml
View Options
---
-
hosts
:
osd
gather_facts
:
no
become
:
true
tasks
:
-
name
:
add host
shell
:
|
ceph orch host add {{ inventory_hostname }}
delegate_to
:
ceph1
-
hosts
:
osd
gather_facts
:
no
become
:
true
tasks
:
-
name
:
wait for host
shell
:
|
ceph orch host ls | grep '^{{ inventory_hostname }} '
delegate_to
:
ceph1
register
:
host
until
:
host is success
retries
:
30
delay
:
5
-
hosts
:
osd
gather_facts
:
no
become
:
true
tasks
:
# the desired side effect here is twofold
# * device zap blocks until the osd daemon is ready on the target host
# * on grid5000 /dev/disk2 needs to be applied
-
name
:
zap /dev/disk2
shell
:
|
ceph orch device zap {{ inventory_hostname }} /dev/disk2 --force || true
delegate_to
:
ceph1
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 15, 2:21 AM (2 d, 28 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3241935
Attached To
rDOBJS Object storage
Event Timeline
Log In to Comment