]> 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
2023-03-20 Aaron Lautererapi: ceph: add ceph/cfg path, deprecate ceph/config...
2023-03-20 Aaron Lautererapi: ceph: deprecate pools in favor of pool
2023-01-16 Aaron Lautererapi: ceph: update return schemas
2023-01-13 Matthias HeisererAPI: ceph: fix typo in permissions
2022-12-21 Aaron Lautererapi: ceph: sort and update index sub-directory list
2022-12-21 Aaron Lautererapi: ceph: fix grammar/styling in descriptions
2022-11-17 Aaron Lautererapi: ceph: add cmd-safety endpoint
2021-06-09 Fabian Ebnerapi: ceph: remove moved 'flags' calls
2021-06-09 Fabian Ebnerapi: ceph: remove obsoleted disks call
2021-02-06 Alwin Antreichapi: ceph: subclass pools
2021-02-06 Fabian Ebnerapi: Ceph: add reminder to remove 'disks' call
2020-11-24 Dominik CsapakAPI2/Ceph: fix createpools 'add_storages' parameter
2020-10-22 Thomas Lamprechtfollowup: simplify dropping defaults from common ceph...
2020-10-22 Alwin Antreichceph: add pg_autoscale_mode to pool create
2020-10-22 Alwin Antreichceph: use pool common options pool create
2020-10-22 Alwin Antreichceph: allow to alter pool settings
2020-10-22 Alwin Antreichceph: split out pool set into own method
2020-06-03 Alwin Antreichceph: extend pveceph pool ls
2020-06-03 Alwin Antreichceph: extend the pool view
2020-06-03 Alwin AntreichMake PVE6 compatible with supported ceph versions
2020-03-04 Dominik Csapakceph: make all service name regexes the same
2020-02-17 Dominic Jägerceph api: Make systemd unit type suffix optional
2019-07-23 Thomas Lamprechtceph: move flag API endpoints to node-agnostic /cluster...
2019-07-23 Thomas Lamprechtceph: move possible_flags to Ceph::Tools for intra...
2019-07-23 Thomas Lamprechtceph flags: rename flags2 to flag before public release
2019-07-23 Thomas Lamprechtapi/ceph: followup: refactor out getting the current...
2019-07-23 Dominik Csapakceph: set/unset flag: remove unused variable
2019-07-23 Dominik Csapakceph: add PUT 'flags' api call
2019-07-23 Dominik Csapakceph: add GET 'flags2'
2019-07-23 Dominik Csapakceph: add flag hash
2019-07-23 Thomas Lamprechtceph tools: factor out frequent keyring and config...
2019-07-17 Fabian Grünbichlerceph init: actually die on errors
2019-07-05 Dominik Csapakceph: add api call for config database
2019-07-03 Fabian Grünbichlerceph: init: fix undef var access
2019-07-03 Dominik Csapakceph: init: only handle keyring if auth is cephx
2019-06-18 Dominik Csapakceph: mon create: refactor and improve auth key creation
2019-06-18 Dominik Csapakceph: init: lock ceph config
2019-06-18 Dominik Csapakceph: init: check for nautilus
2019-06-18 Dominik Csapakceph: init: update inital config for nautilus
2019-06-15 Thomas Lamprechtperl: fix some common typos found with codespell
2019-06-04 Dominik Csapakceph: add missing link for 'restart' in ceph api
2019-03-28 Tim Marxapi: ceph: ensure calls get proxied to correct node
2019-03-25 Thomas Lamprechtapi/ceph: allow default value for service start/stop
2019-03-15 Tim Marxcheck for ceph inited at status api
2018-12-20 Dominik Csapakceph: move Monitor API calls to API2/Ceph/MON.pm
2018-12-20 Dominik Csapakceph: move MGR API calls to API2/Ceph/MGR.pm
2018-12-20 Dominik Csapakceph: move mgr create/destroy to Ceph::Services
2018-12-20 Dominik Csapakceph: move API2::CephOSD to API2::Ceph::OSD
2018-12-20 Dominik Csapakceph: move service_cmd and MDS related code to Services.pm
2018-12-20 Dominik Csapakceph: move CephTools into Ceph/Tools.pm
2018-12-20 Dominik Csapakceph: use cfs_read/write_file for ceph.conf
2018-12-13 Thomas Lamprechtfixup: whitespace cleanup
2018-12-13 Tim Marxceph api: added check for /etc/pve/ceph.conf to remaini...
2018-11-29 Alwin AntreichRaise the default pg_num to 128
2018-11-28 Thomas Lamprechtfixup: s/wipe_disk/wipe_disks/ as we can to multiple...
2018-11-28 Alwin AntreichFactoring the wipe_disk out into CephTools
2018-11-28 Thomas Lamprechtfix #1430: ceph init: allow to specify separate cluster...
2018-11-23 Thomas Lamprechtapi/ceph: import file_set_contents
2018-11-23 Thomas Lamprechtceph: add CephFS create and list API
2018-11-23 Thomas Lamprechtceph: add MDS create/delete/list API
2018-11-23 Thomas Lamprechtceph: move create/destroy pool to CephTools
2018-11-23 Thomas Lamprechtapi: document default for ceph service start/stop/restart
2018-11-23 Dominik Csapakceph: add service restart api call
2018-11-22 Thomas Lamprechtapi/Ceph: actually use imported file_{g,s}et_contents
2018-11-22 Thomas Lamprechtapi/Ceph: cleanup module usage
2018-11-22 Thomas Lamprechtapi/CephOSD: cleanup and sort module usage
2018-11-12 Alwin Antreichadd_storage creates only one ceph storage entry
2018-10-24 Thomas Lamprechtfollow up: cleanup long line
2018-10-24 David Limbeckadd wipe_disk option when destroying ceph disk
2018-08-31 Wolfgang Linkpveceph: remove 'btrfs' as fstype for new OSDs
2017-11-30 Fabian Grünbichlerpveceph: add missing use statement
2017-11-28 Thomas Lamprechtceph: create mon: fix & improve check if IP is in publi...
2017-11-28 Thomas Lamprechtceph: create pool: check for quorum at start
2017-10-31 Alwin AntreichFix: #1542, use percent_used key instead of calculation
2017-10-20 Dominik Csapakmake bluestore the default on the api
2017-10-10 Fabian Grünbichlerceph: disable OSD unit in destroyosd
2017-10-10 Fabian Grünbichlerceph: correctly parse 'pg dump' output
2017-09-07 Dominik Csapakceph: do not automatically use wal if only journal...
2017-09-07 Fabian Grünbichlerceph/destroypool: move image check into worker
2017-09-07 Fabian Grünbichlerceph: make create/destroypool API paths async
2017-09-07 Fabian Grünbichlerceph/destroypool: refactor to use get_storages
2017-09-07 Fabian Grünbichlerceph/destroypool: optionally remove storages
2017-09-07 Fabian Grünbichlerceph/createpool: optionally add storages
2017-09-07 Fabian Grünbichlerceph: create/destroypool: shorten variable name
2017-09-07 Fabian Grünbichlerceph: add get_storages helper
2017-09-07 Fabian Grünbichlerceph: add add_storage helper
2017-08-25 Fabian Grünbichlerpveceph/init: improve version check error message
2017-08-25 Alwin Antreichimplement checks for ceph version & binaries
2017-08-10 Dominik Csapakceph: add application parameter to createpool
2017-08-10 Dominik Csapakceph: make size 3/min 2 default with createpool
2017-08-07 Dominik Csapakadd bluestore information to osd api call
2017-07-31 Dominik Csapakalso get the crush rule name in the ceph pool list
2017-07-31 Dominik Csapakfix #1465: use a combobox for the crush rule instead...
2017-07-31 Dominik Csapakmake crush rules working again
2017-07-31 Dominik Csapakadd osd device class to osd tree
2017-07-31 Dominik Csapakcorrectly remove partitions for ceph bluestore osds
2017-07-31 Dominik Csapakenable using a device for bluestore block db/wal
2017-07-27 Dominik Csapakfix creating the first ceph monitor
2017-07-26 Dominik Csapakadd missing '-' to service name pattern
2017-07-26 Dominik Csapakwhitespace cleanup
next