19
PROXMOX VE MIT CEPH Alwin Antreich Proxmox Server Solutions GmbH Chemnitzer Linux-Tage | 16. März 2019

PROXMOX VE MIT CEPH - Linux-Tage · 2019-04-05 · Chemnitzer Linux-Tage | 16.03.2019 3/19 Proxmox Server Solutions GmbH Proxmox Mail Gateway (AGPL,v3) Enterprise Support & Services

  • Upload
    others

  • View
    8

  • Download
    0

Embed Size (px)

Citation preview

Page 1: PROXMOX VE MIT CEPH - Linux-Tage · 2019-04-05 · Chemnitzer Linux-Tage | 16.03.2019 3/19 Proxmox Server Solutions GmbH Proxmox Mail Gateway (AGPL,v3) Enterprise Support & Services

PROXMOX VE MIT CEPH

Alwin Antreich

Proxmox Server Solutions GmbH

Chemnitzer Linux-Tage | 16. März 2019

Page 2: PROXMOX VE MIT CEPH - Linux-Tage · 2019-04-05 · Chemnitzer Linux-Tage | 16.03.2019 3/19 Proxmox Server Solutions GmbH Proxmox Mail Gateway (AGPL,v3) Enterprise Support & Services

Chemnitzer Linux-Tage | 16.03.2019 2/19

Alwin Antreich

Software Entwickler @ Proxmox

10+ Jahre in der IT als

System / Netzwerk AdministratorWillkommen!

Page 3: PROXMOX VE MIT CEPH - Linux-Tage · 2019-04-05 · Chemnitzer Linux-Tage | 16.03.2019 3/19 Proxmox Server Solutions GmbH Proxmox Mail Gateway (AGPL,v3) Enterprise Support & Services

Chemnitzer Linux-Tage | 16.03.2019 3/19

Proxmox Server Solutions GmbH

Proxmox Mail Gateway (AGPL,v3)

Enterprise Support & ServicesProxmox VE (AGPL,v3)

Proxmox Est. 2005in Vienna (Austria)

Global partner networkVibrant Community

Page 4: PROXMOX VE MIT CEPH - Linux-Tage · 2019-04-05 · Chemnitzer Linux-Tage | 16.03.2019 3/19 Proxmox Server Solutions GmbH Proxmox Mail Gateway (AGPL,v3) Enterprise Support & Services

Chemnitzer Linux-Tage | 16.03.2019 4/19

Was ist Hyperkonvergenz?

Page 5: PROXMOX VE MIT CEPH - Linux-Tage · 2019-04-05 · Chemnitzer Linux-Tage | 16.03.2019 3/19 Proxmox Server Solutions GmbH Proxmox Mail Gateway (AGPL,v3) Enterprise Support & Services

Chemnitzer Linux-Tage | 16.03.2019 5/19

Traditionelle Infrastruktur

Page 6: PROXMOX VE MIT CEPH - Linux-Tage · 2019-04-05 · Chemnitzer Linux-Tage | 16.03.2019 3/19 Proxmox Server Solutions GmbH Proxmox Mail Gateway (AGPL,v3) Enterprise Support & Services

Chemnitzer Linux-Tage | 16.03.2019 6/19

Hyperkonvergente Infrastruktur

Page 7: PROXMOX VE MIT CEPH - Linux-Tage · 2019-04-05 · Chemnitzer Linux-Tage | 16.03.2019 3/19 Proxmox Server Solutions GmbH Proxmox Mail Gateway (AGPL,v3) Enterprise Support & Services

Chemnitzer Linux-Tage | 16.03.2019 7/19

Was ist Ceph? ● Ceph - eine verteilte, software-

basierte Storagelösung● Hervorragende Performance,

Verfügbarkeit und Skalierbarkeit.● Ceph Storage kann mit Proxmox VE

verwaltet und überwacht werden.● Technischer Support für Ceph ist in

der Proxmox Subskription inkludiert.

Page 8: PROXMOX VE MIT CEPH - Linux-Tage · 2019-04-05 · Chemnitzer Linux-Tage | 16.03.2019 3/19 Proxmox Server Solutions GmbH Proxmox Mail Gateway (AGPL,v3) Enterprise Support & Services

Chemnitzer Linux-Tage | 16.03.2019 8/19

Warum Ceph mit Proxmox?

lt. Ceph Community-Umfrage (342 Teilnehmer, Mai 2018):

● 33% - Proxmox VE als Plattform

● 24% - Als Tool für Ceph-Management und -Monitoring

● Ceph seit 2014 integriert● Proxmox hat eigene Ceph

Pakete & inkludiert im Support Agreement(seit 2017)

Details: https://forum.proxmox.com/threads/latest-ceph-user-survey-shows-that-33-use-proxmox-ve-as-platform.45582/

Page 9: PROXMOX VE MIT CEPH - Linux-Tage · 2019-04-05 · Chemnitzer Linux-Tage | 16.03.2019 3/19 Proxmox Server Solutions GmbH Proxmox Mail Gateway (AGPL,v3) Enterprise Support & Services

Chemnitzer Linux-Tage | 16.03.2019 9/19

Page 10: PROXMOX VE MIT CEPH - Linux-Tage · 2019-04-05 · Chemnitzer Linux-Tage | 16.03.2019 3/19 Proxmox Server Solutions GmbH Proxmox Mail Gateway (AGPL,v3) Enterprise Support & Services

Chemnitzer Linux-Tage | 16.03.2019 10/19

root@p5c01:~# pveceph ERROR: no command specifiedUSAGE: pveceph <COMMAND> [ARGS] [OPTIONS]

pveceph fs create [OPTIONS]

pveceph mds create [OPTIONS] pveceph mds destroy <name>

pveceph mgr create [OPTIONS] pveceph mgr destroy <id>

pveceph mon create [OPTIONS] pveceph mon destroy <monid> [OPTIONS]

pveceph osd create <dev> [OPTIONS] pveceph osd destroy <osdid> [OPTIONS]

pveceph pool create <name> [OPTIONS] pveceph pool destroy <name> [OPTIONS] pveceph pool ls

pveceph init [OPTIONS] pveceph start [<service>] pveceph status pveceph stop [<service>]

pveceph install [OPTIONS] pveceph purge

pveceph help [<extra-args>] [OPTIONS]

Page 11: PROXMOX VE MIT CEPH - Linux-Tage · 2019-04-05 · Chemnitzer Linux-Tage | 16.03.2019 3/19 Proxmox Server Solutions GmbH Proxmox Mail Gateway (AGPL,v3) Enterprise Support & Services

Chemnitzer Linux-Tage | 16.03.2019 11/19

Voraussetzung für Hyperkonvergenz

CPU / RAM / Netzwerk

Verwende immer genug von allem.

Page 12: PROXMOX VE MIT CEPH - Linux-Tage · 2019-04-05 · Chemnitzer Linux-Tage | 16.03.2019 3/19 Proxmox Server Solutions GmbH Proxmox Mail Gateway (AGPL,v3) Enterprise Support & Services

Chemnitzer Linux-Tage | 16.03.2019 12/19

Häufige Fehler

/ Kein separiertes Netzwerk /

/ Keine Enterprise-Hardware /

/ Over-commitment /

Page 13: PROXMOX VE MIT CEPH - Linux-Tage · 2019-04-05 · Chemnitzer Linux-Tage | 16.03.2019 3/19 Proxmox Server Solutions GmbH Proxmox Mail Gateway (AGPL,v3) Enterprise Support & Services

Chemnitzer Linux-Tage | 16.03.2019 13/19

Die Basisfio --ioengine=libaio --filename=/dev/sdX --direct=1 --sync=1 --rw=write --bs=4K --numjobs=1 --iodepth=1 --runtime=60 --time_based --group_reporting --name=baseline --output-format=normal --output=fio.log –bandwidth-log

rados -p rbd bench 60 write --no-cleanup

CPU: Single Intel® Xeon® E5-2620v4 2,1 GHZ 8/16 2133

Mainboard: Supermicro X10SRi-F S2011-3

Case: 2U Supermicro Chassis 8x Hotswap

100 Gbit NIC: Mellanox MCX456A-ECAT ConnectX-4, x16 PCIe 3.0

Memory: 4 x 16 GB DDR4 FSB2400 288-pin REG x4 1R

Page 14: PROXMOX VE MIT CEPH - Linux-Tage · 2019-04-05 · Chemnitzer Linux-Tage | 16.03.2019 3/19 Proxmox Server Solutions GmbH Proxmox Mail Gateway (AGPL,v3) Enterprise Support & Services

Chemnitzer Linux-Tage | 16.03.2019 14/19

Page 15: PROXMOX VE MIT CEPH - Linux-Tage · 2019-04-05 · Chemnitzer Linux-Tage | 16.03.2019 3/19 Proxmox Server Solutions GmbH Proxmox Mail Gateway (AGPL,v3) Enterprise Support & Services

Chemnitzer Linux-Tage | 16.03.2019 15/19

Notiz: Bandbreite 100 GbE

Page 16: PROXMOX VE MIT CEPH - Linux-Tage · 2019-04-05 · Chemnitzer Linux-Tage | 16.03.2019 3/19 Proxmox Server Solutions GmbH Proxmox Mail Gateway (AGPL,v3) Enterprise Support & Services

Chemnitzer Linux-Tage | 16.03.2019 16/19

Mitmachen - Community● Support Forum

– https://forum.proxmox.com

● Proxmox VE Wiki– https://pve.proxmox.com

● Referenz-Dokumentation– https://pve.proxmox.com/pve-docs/

● Übersetzung– https://pve.proxmox.com/wiki/Translations

Page 17: PROXMOX VE MIT CEPH - Linux-Tage · 2019-04-05 · Chemnitzer Linux-Tage | 16.03.2019 3/19 Proxmox Server Solutions GmbH Proxmox Mail Gateway (AGPL,v3) Enterprise Support & Services

Chemnitzer Linux-Tage | 16.03.2019 17/19

Mitmachen - Entwicklung● Roadmap

– https://pve.proxmox.com/wiki/Roadmap

● Mailing-Liste– https://pve.proxmox.com/cgi-bin/mailman/listinfo

● Bug Tracker– https://bugzilla.proxmox.com

● Quellcode– https://git.proxmox.com

Page 18: PROXMOX VE MIT CEPH - Linux-Tage · 2019-04-05 · Chemnitzer Linux-Tage | 16.03.2019 3/19 Proxmox Server Solutions GmbH Proxmox Mail Gateway (AGPL,v3) Enterprise Support & Services

Chemnitzer Linux-Tage | 16.03.2019 18/19

Kontakt

Kundenportal: https://my.proxmox.com

Support Forum: https://forum.proxmox.com

Online Shop: https://shop.maurer-it.com/contact.php

Allgemeine Anfragen: [email protected]

Page 19: PROXMOX VE MIT CEPH - Linux-Tage · 2019-04-05 · Chemnitzer Linux-Tage | 16.03.2019 3/19 Proxmox Server Solutions GmbH Proxmox Mail Gateway (AGPL,v3) Enterprise Support & Services

Proxmox Server Solutions GmbHBräuhausgasse 37

1050 Vienna | Austria

[email protected]

© 2019 Proxmox. All Rights Reserved. All brand names, product names, or trademarks belong to their respective holders.

DANKE FÜR IHRE AUFMERKSAMKEIT!