24
Ceph and Storage Management with openATTIC Ceph Tech Talks 2016-06-23 Lenz Grimmer <[email protected]>

Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

Embed Size (px)

Citation preview

Page 1: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

Ceph and Storage Management with openATTICCeph Tech Talks2016-06-23Lenz Grimmer <[email protected]>

Page 2: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

openATTIC – Our Vision

─ Develop an open source alternative to proprietary storage management systems

─ „Traditional” unified storage (NAS/SAN)─ Support Ceph for scale-out scenarios─ Backed with commercial support and services

Page 3: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

openATTIC – Notable Recent Changes

─ Removed Enterprise/Community Edition split─ Now fully under the GPLv2─ Removed requirement for CLA─ DCA (Signed-off-by) is all that's needed─ Public Jira Bug Tracker─ Public Pull requests / code reviews on BitBucket─ Development/Release Branch─ Entire code base (Backend/WebUI/Test/Docs) in one branch

Page 4: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

openATTIC – What Sets us Apart?

─ Focus on data center storage management─ Support both SAN and NAS functionality without limitations

─ Fully Open Source (GPLv2)─ No arbitrary functional restrictions─ Low entrance barrier for adoption

─ Based on Linux / OSS tools

─ Multiple Linux distributions (Debian/Ubuntu/Red Hat/SUSE)─ Well-established technology stack (e.g. drivers, hardware support)─ Broad user base

Page 5: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

─ Modern Web UI─ RESTful API (Software-

Defined Storage)─ Unified Storage

─ NAS (NFS, CIFS, HTTP)─ SAN (iSCSI, Fibre Channel)

─ LVM, XFS, ZFS, Btrfs, ext3/4

─ Volume mirroring (DRBD®)─ Multi-node support─ Monitoring (Nagios/Icinga)

built-in─ Ceph management and

monitoring (WIP)─ Development sponsored by

it-novum

openATTIC – Open Source Storage Management

Page 6: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

─ Backend─ Python (Django)─ Django REST Framework

(RESTful API)─ Linux tools for storage

management, e.g. LVM, LIO, filesystem utilities, DRBD, etc.

─ Nagios/Icinga & PNP4Nagios (Monitoring and Graphing)

─ Web Frontend─ AngularJS (JS framework)─ Bootstrap (HTML, CSS, and

JS framework)─ Uses REST API exclusively

─ Automated Test Suites─ Python Unit Tests─ REST Backend Tests

(Gatling)─ WebUI Tests

(Protractor/Jasmine)

openATTIC – Components

Page 7: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

openATTIC – High Level Architecture

Page 8: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

openATTIC – Ceph Management Challenges

─ Managing and monitoring Ceph is complex─ Many tools exist (e.g. Calamari, Intel VSM, ceph-dash)─ Limited functionality, unclear roadmaps─ Finding the best approach for managing Ceph

Page 9: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

openATTIC – Ceph Management Goals

─ Create a management & monitoring GUI tool─ A tool that administrators actually want to use─ That scales without becoming overwhelming─ Still should allow changes to be made elsewhere, without

becoming inconsistent

Page 10: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

openATTIC – Ceph Management Implementation

─ Which Ceph Management API?

─ How to manage a distributed system?

─ How to monitor the cluster‘s health/performance?

─ How to perform remote management tasks?

─ How to monitor cluster nodes in a scalable way?

Page 11: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

Django REST Framework

Django Models

Client (GUI)

REST API

DB(PostgreSQL)

nodb

Python librados / librbddjango.db.models

openATTIC – “NoDB” Django models

Page 12: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

openATTIC – Current Ceph Development Status

─ “NoDB” backend architecture / framework in place─ Create and map RBDs as block devices (volumes)─ Pool Management Web UI (table view)─ OSD Management Web UI (table view)─ RBD Management Web UI (table view)─ Monitor a cluster health and performance─ CRUSH Map Editor─ Support for managing multiple Ceph clusters

Page 13: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

openATTIC – Ceph REST API Overview

Page 14: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

openATTIC – Ceph Development Roadmap

─ Ceph Cluster Status Dashboard incl. Performance Graphs─ Extend Pool Management─ OSD Monitoring/Management─ RBD Management/Monitoring─ CephFS Management─ RGW Management (users, buckets keys)─ Deployment, remote configuration of Ceph nodes (via Salt)─ Public Roadmap on the openATTIC Wiki to solicit

community feedback: http://bit.ly/28PCTWf

Page 15: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

openATTIC – Storage Management Dashboard

Page 16: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

openATTIC – Ceph Pool List

Page 17: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

openATTIC – Ceph OSD List

Page 18: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

openATTIC – Ceph CRUSH map editing

Page 19: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

openATTIC – Volume Management

Page 20: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

openATTIC – API Recorder

Page 21: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

openATTIC – Attending SUSE Hackweek

─ June 24th – July 1st

─ https://hackweek.suse.com/

─ Pick open Jira issues

─ Join #openattic on Freenode

─ Submit your project

─ Have fun, learn new stuff

─ openATTIC Team will be in the SUSE HQ in Nuremberg

Page 22: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

─ www.openattic.org ─ demo.openattic.org─ blog.openattic.org─ docs.openattic.org

─ bitbucket.org/openattic ─ tracker.openattic.org─ @openATTIC─ openATTIC

openATTIC – Resources

Page 23: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

Questions / Discussion

Page 24: Ceph and Storage Management with openATTIC, Ceph Tech Talks 2016-06-23

Thank you!