Outils pour utilisateurs

Outils du site


tech:notes_stockage_ceph

Différences

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

Lien vers cette vue comparative

Prochaine révision
Révision précédente
tech:notes_stockage_ceph [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:notes_stockage_ceph [2025/11/11 19:23] (Version actuelle) Jean-Baptiste
Ligne 20: Ligne 20:
 Voir aussi : Voir aussi :
 * SeaweedFS * SeaweedFS
 +* JuiceFS
  
 <code bash> <code bash>
Ligne 116: 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 169: 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 226: 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 242: Ligne 246:
 systemctl start ceph-osd@1 systemctl start ceph-osd@1
 </code> </code>
 +
  
 === CephFS === CephFS
Ligne 249: 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 264: Ligne 270:
 ceph pgdump_stuck inactive ceph pgdump_stuck inactive
 </code> </code>
 +
  
 === OSD === OSD
Ligne 273: 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 313: 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.1742825205.txt.gz · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki