tech:notes_stockage_ceph

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
tech:notes_stockage_ceph [2025/10/28 12:13] Jean-Baptistetech:notes_stockage_ceph [2025/11/11 19:23] (Version actuelle) Jean-Baptiste
Ligne 117: Ligne 117:
 </code> </code>
  
-<code ini /etc/ceph/ceph.conf>+''/etc/ceph/ceph.conf'' 
 +<code ini>
 [global] [global]
 ### http://docs.ceph.com/docs/master/rados/configuration/general-config-ref/ ### http://docs.ceph.com/docs/master/rados/configuration/general-config-ref/
Ligne 170: Ligne 171:
 </code> </code>
  
-<code ini /etc/ceph/ceph.client.admin.keyring>+''/etc/ceph/ceph.client.admin.keyring'' 
 +<code ini>
 [client.admin] [client.admin]
         key = AQBGuWRfchSlDRAA3/bTmiPTLLN0w4JdVOxpDQ==         key = AQBGuWRfchSlDRAA3/bTmiPTLLN0w4JdVOxpDQ==
Ligne 227: Ligne 229:
  
  
-<code ini /var/lib/ceph/osd/ceph-0/keyring>+''/var/lib/ceph/osd/ceph-0/keyring'' 
 +<code ini>
 [osd.0] [osd.0]
  key = AQBizGxGhJcwJxAAHhOGHXQuCUTktxNszj62aQ==  key = AQBizGxGhJcwJxAAHhOGHXQuCUTktxNszj62aQ==
Ligne 243: Ligne 246:
 systemctl start ceph-osd@1 systemctl start ceph-osd@1
 </code> </code>
 +
  
 === CephFS === CephFS
Ligne 250: Ligne 254:
 sudo mkcephfs -a -c /etc/ceph/ceph.conf -k ceph.keyring sudo mkcephfs -a -c /etc/ceph/ceph.conf -k ceph.keyring
 </code> </code>
 +
  
 == Administration == Administration
Ligne 265: Ligne 270:
 ceph pgdump_stuck inactive ceph pgdump_stuck inactive
 </code> </code>
 +
  
 === OSD === OSD
Ligne 274: Ligne 280:
 </code> </code>
  
-Supression OSD+Suppression OSD
 <code bash> <code bash>
 ceph osd crush reweight osd.XX 0. ceph osd crush reweight osd.XX 0.
Ligne 314: Ligne 320:
 </code> </code>
  
-<code - /etc/fstab>+''/etc/fstab'' 
 +<code ->
 128.114.86.4:6789,128.114.86.5:6789,128.114.86.2:6789:/  /mnt/pulpos  ceph  name=admin,secretfile=/etc/ceph/admin.secret,noatime,_netdev  0  2 128.114.86.4:6789,128.114.86.5:6789,128.114.86.2:6789:/  /mnt/pulpos  ceph  name=admin,secretfile=/etc/ceph/admin.secret,noatime,_netdev  0  2
 </code> </code>
tech/notes_stockage_ceph.1761649983.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki