If you are submitting a fix for a stable branch (e.g. "quincy"), please refer toSubmitting Patches to Ceph - Backportsfor the proper workflow. When filling out the below checklist, you may click boxes directly in the GitHub web UI. When entering or editing the entire PR message in the...
Pull ceph updates from Ilya Dryomov: "Three CephFS fixes from Xiubo and Luis and a bunch of assorted cleanups" * tag 'ceph-for-6.12-rc1' of https://github.com/ceph/ceph-client: ceph: remove the incorrect Fw reference check when dirtying pages ceph: Remove empty definition in header fil...
Compared to Ceph Compared to Minio Dev Plan Installation Guide Disk Related Topics Benchmark License Quick Start Quick Start for S3 API on Docker docker run -p 8333:8333 chrislusf/seaweedfs server -s3 Quick Start with Single Binary Download the latest binary from https://github.com/seaweedfs/...
github.com/ceph/ceph-client: ceph: fix cred leak in ceph_mds_check_access() ceph: pass cred pointer to ceph_mds_auth_match() ceph: improve caps debugging output ceph: correct ceph_mds_cap_peer field name ceph: correct ceph_mds_cap_item field name ceph: miscellaneous spelling fixes ceph...
Ceph exporter can run now as http or https server Added two new parameters in order to provide the certificate files needed to use https. jolmomar:~/.../ceph/build$ ./bin/ceph-exporter -h usage: ceph-exporter [options] options: ... --cert-file: Pa
ceph-iscsi-cli installs a targetcli-like interface to allow multiple ceph/iscsi gateways to be managed from a single interface. The CLI interfaces with the API exposed in the rbd-target-gw daemon running on each gateway. Here's an example of the shell interface the gwcli tool provides; /...
After SSL support has been added to Ceph Dashboard via PR #21627, the developer HTTP proxy sample config must be adapted. According to https://github.com/chimurai/http-proxy-middleware#http-proxy-options we do not want to verify the self signed cert, so we do not touch the secure optio...
aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. - GitHub - cephurs/aria2: aria2 is a lightweight multi-protocol & multi-source, cr
boto_host/boto_port: If you are usingstorage: s3thestandard boto config file locations(/etc/boto.cfg, ~/.boto) will be used. If you are using anon-Amazon S3-compliant object store (such as Ceph), in one of the boto config files'[Credentials]section, setboto_host,boto_portas appropriat...
We use S3 for storing the uploaded files in buckets. The code expects the buckets to be created on prod or dev environment. We are hosting S3 ourselves using cephhttps://ceph.io/en/discover/technology/. The creation of the buckets can happen using s3cmd clienthttps://s3tools.org/s3cmdor...