summaryrefslogtreecommitdiffstats
path: root/alpine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include/memory.h: remove memory.hKefu Chai2018-06-261-2/+1
| | | | | | | | | | | memory.h was introduced back when the shared_ptrs were still in TR1, but we've moved to C++17 now. and the C++ clients should be compiled with a C++11 compatible compiler. so there is no need to have this file anymore. also replace all references of ceph::shared_ptr and ceph::weak_ptr with std::shared_ptr and std::weak_ptr accordingly. Signed-off-by: Kefu Chai <kchai@redhat.com>
* alpine: remove ceph-disk ceph-detect-init python filesAlfredo Deza2018-06-131-1/+0
| | | | Signed-off-by: Alfredo Deza <adeza@redhat.com>
* alpine: remove ceph-osd and parttypeuuid udev rulesAlfredo Deza2018-06-131-5/+0
| | | | Signed-off-by: Alfredo Deza <adeza@redhat.com>
* alpine: remove ceph-disk, add ceph-volume in APKBUILD.inAlfredo Deza2018-06-131-2/+2
| | | | Signed-off-by: Alfredo Deza <adeza@redhat.com>
* Remove embedded 'cephd' codeDan Mick2018-05-111-1/+0
| | | | Signed-off-by: Dan Mick <dan.mick@redhat.com>
* ceph_xattr_bench: dropSage Weil2018-02-061-1/+0
| | | | Signed-off-by: Sage Weil <sage@redhat.com>
* test/bench: remove smallio bench toolsSage Weil2018-02-061-5/+0
| | | | | | | These are stale and superceded by the fio ObjectStore (and other) backends. Shed the weight! Signed-off-by: Sage Weil <sage@redhat.com>
* ceph-crush-location: removeSage Weil2018-01-091-1/+0
| | | | | | | | | This script is pointless. It is equivalent to the built-in default behavior, which makes it only useful as a sample for what a location hook's output should be. The documentation has been updated to provide that. Signed-off-by: Sage Weil <sage@redhat.com>
* build/ops: drop sample.fetch_configNathan Cutler2017-06-151-2/+0
| | | | | | | smithfarm: @liewegas Is src/fetch_config still needed? liewegas: i don't think so Signed-off-by: Nathan Cutler <ncutler@suse.com>
* cmake,debian,rpm: remove atomic_t completelyKefu Chai2017-06-081-1/+0
| | | | Signed-off-by: Kefu Chai <kchai@redhat.com>
* rgw: package radosgw-esYehuda Sadeh2017-05-301-1/+1
| | | | Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
* build: remove ceph-disk-udev entirelyLeo Zhang2017-05-241-1/+1
| | | | Signed-off-by: Leo Zhang <nguzcf@gmail.com>
* alpine: add alpine packaging supportJohn Coyle2016-12-213-0/+504
Signed-off-by: John Coyle <dx9err@gmail.com>