]> git.proxmox.com Git - pve-manager.git/history - PVE/API2/Ceph.pm
api: ceph: add ceph/cfg path, deprecate ceph/config and ceph/configdb
[pve-manager.git] / PVE / API2 / Ceph.pm
2017-07-26 Dominik Csapakpveceph: add createmgr/destroymgr commands
2017-07-26 Dominik Csapakpveceph: create mgr with mon, use nodename for id
2017-07-24 Dominik Csapakadd health detail to ceph status api call
2017-07-19 Wolfgang LinkFix pveceph createosd
2017-06-27 Fabian Grünbichlerceph: keys: add mgr allow * to client.admin
2017-06-27 Fabian Grünbichlerpveceph: createosd: allow to create bluestore OSDs
2017-06-27 Fabian Grünbichlerpveceph: init: add min_size, change default to 3/2
2017-06-27 Fabian Grünbichlerceph: init: allow pool deletion by default
2017-05-03 Fabian Grünbichlerceph: init: rename disable-cephx to disable_cephx
2017-05-03 Fabian Grünbichlerceph: init: add warning to disable-cephx
2017-05-03 Alexandre Derumierceph: init: add optional disable-cephx option
2017-05-03 Alexandre Derumierceph: init: remove filestore xattr use omap
2017-04-03 Fabian GrünbichlerCeph: allow bigger size and min_size in API
2017-03-21 Fabian Grünbichlerceph: create default keys when creating monitor
2016-12-22 Wolfgang LinkChange remove partition order.
2016-12-22 Wolfgang LinkFix parsing block device.
2016-12-22 Wolfgang LinkEnable service for ceph monitor.
2016-12-22 Wolfgang LinkSet correct permission for ceph user.
2016-11-30 Dominik Csapakadd ceph flags api calls
2016-11-30 Dominik Csapakalso return the ceph flags in osd api call
2016-10-06 Dominik Csapakuse correct info on disks in destroyosd and skip smart
2016-10-06 Dominik Csapakfix #1099: get correct info on disks in createosd
2016-10-06 Dominik Csapakdo not get smart data for ceph disk list
2016-09-07 Dominik Csapakuse the Diskmanage subs for ceph instead
2016-06-30 Dominik Csapakfix #1043: prevent ceph destroypool when in use
2016-05-17 Wolfgang Bumillerceph: brackets around ipv6
2016-04-15 Fabian Grünbichlerdocs: typo, newlines
2016-04-13 Wolfgang BumillerFix #936: ceph: support multiple roots in osd tree
2016-02-12 Thomas Lamprechtadd permissions to allow non root ceph configuration
2016-01-22 Alexandre Derumierceph.conf : remove auth_supported
2015-09-09 Wolfgang Linkfix output percent_used in rbd pools
2015-08-12 Wolfgang BumillerCeph: fix old interfaces access in find_node_ip
2015-06-26 Wolfgang BumillerPVE::API2::Ceph: network_interfaces update + ipv6
2014-05-22 Dietmar Maurerfix mon_command syntax for 'auth get'
2014-01-23 Dietmar Maurerceph: fix percent_used
2014-01-23 Dietmar Maurerceph: view osd commit/apply latency
2014-01-23 Dietmar Maurerceph: display osd usage
2014-01-23 Dietmar Maurerceph: display pool usage information
2014-01-22 Dietmar Maurerceph: add API and buttons for osd in/out
2014-01-22 Dietmar Maurersplit out ceph code into PVE::CephTools
2014-01-22 Dietmar Maureruse longer rados timeouts when inside worker tasks
2014-01-21 Dietmar Maurerceph: re-open rados connection inside worker process
2014-01-21 Dietmar Maurerceph: untaint values for createosd
2014-01-21 Dietmar Maurerceph: use format 'plain' for call which do no return...
2014-01-20 Dietmar Maurercode cleanup
2014-01-17 Dietmar Maureruse PVE::RADOS perl bindings
2014-01-10 Dietmar Maurerceph: improve disk usage detection
2014-01-10 Dietmar Maurerceph: allow to specify separate journal disks
2014-01-03 Dietmar Maurerceph: allow to specify crush ruleset on pool creation
2014-01-03 Dietmar Maurerceph: only use 64 PGs by default (same default as ceph...
2014-01-03 Dietmar Maurerceph: try to unmount OSD after removal
2014-01-03 Dietmar Maurerceph: return decompiled crush map in text format.
2013-12-31 Dietmar Maureravoid slash characters in task ids
2013-12-31 Dietmar Maurerpveceph: allow to specify fs-type
2013-12-31 Dietmar Maurerpveceph: allow to set min_size for pools
2013-12-30 Dietmar Maurerfix osd remove
2013-12-21 Dietmar Maurerceph: allow to specify network
2013-12-21 Dietmar MaurerMerge remote-tracking branch 'origin/pve-ceph'
2013-11-22 Dietmar Maureruse new --connect-timeout for ceph commands
2013-11-22 Dietmar Maurerfix osd keyring, use tasks
2013-11-21 Dietmar Maurerset correct keyring location for osd
2013-11-21 Dietmar Maurerfix mds permissions in client.admin key
2013-11-20 Dietmar Maurerallow to call ceph init multiple times
2013-11-20 Dietmar Maurergenerate and save ceph fsid
2013-11-20 Dietmar Maureravoid useles symlinks to ceph keyrings
2013-11-20 Dietmar Maureradd ceph pool GUI
2013-11-19 Dietmar Maureradd API for ceph pools
2013-11-19 Dietmar Maureradd OSD tree
2013-11-15 Dietmar Maurerallow to create OSD on unused disks
2013-11-15 Dietmar Maurerisert section when writing ceph.conf
2013-11-15 Dietmar Maureradd ceph log view
2013-11-14 Dietmar Maurerimprove ceph API paths
2013-11-14 Dietmar Maureradd monitor GUI
2013-11-13 Dietmar Maurerdisplay crush map
2013-11-13 Dietmar Maurerstart ceph management GUI
2013-11-13 Dietmar Maurermove code to Ceph.pm, create API for ceph