Project

General

Profile

Actions

Documentation #44716

closed

orchestrator/cephadm: document ceph orch apply -i -

Added by Sebastian Wagner about 4 years ago. Updated about 4 years ago.

Status:
Resolved
Priority:
High
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

cat <<EOF | ceph orch apply -i -
service_type: osd
service_id: all-devices
placement:
  host_pattern: '*'
data_devices:
  all: true
---
service_type: mon
placement:
  hosts:
  - host1
  - host2
  - host3
---
service_type: mgr
placement:
  hosts:
  - host1
  - host2
  - host3
---
service_type: nfs
service_id: mynfs
placement:
  host_pattern: "my-nfs-gw[0-3]" 
spec:
  pool: "my-nfs-pool" 
  namespace: "my-ns" 
---
service_type: rgw
service_id: realm.zone
placement:
  hosts:
  - my-rgw-gw
spec:
  rgw_frontend_port: 8080
EOF
Actions #1

Updated by Sebastian Wagner about 4 years ago

  • Priority changed from Normal to High
Actions #2

Updated by Sebastian Wagner about 4 years ago

  • Pull request ID set to 34290
Actions #3

Updated by Sebastian Wagner about 4 years ago

  • Status changed from New to Fix Under Review
Actions #4

Updated by Sebastian Wagner about 4 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF