Lucian Petrut
Lucian Petrut
We're enabling libcephfs tests to run on Windows, addressing all the incompatibilities that we have encountered: * always use CEPHFS_E* error codes, avoid mixing those with host errno values *...
rbd: allow importing/exporting block devices This change checks if we're exporting to or importing from a block device. If so, we have to: * ensure that writes are sector aligned...
backport tracker: https://tracker.ceph.com/issues/64326 --- backport of https://github.com/ceph/ceph/pull/54311 parent tracker: https://tracker.ceph.com/issues/63438 this backport was staged using ceph-backport.sh version 16.0.0.6848 find the latest version at https://github.com/ceph/ceph/blob/main/src/script/ceph-backport.sh
When selecting many (or all) instances, it will try to do a request to gnocchi, including all the instance ids as filters in the query. This will fail with Failed...
When selecting a single instance, the query passed to gnocchi seems to be incorrect. ``` params: {filter: "instance_id in cb5f8625-155c-4528-a51e- "Invalid input: expected a list for dictionary value @ data['in']['instance_id']”...
Some response jsons will include “Infinity”, which JSON.parse can’t handle. E.g. "{"measures": {"aggregated": [["2018-10-10T13:10:00+00:00", 300.0, Infinity]]}}" The plugin could probably replace those occurrences with 1e+99999, avoiding such parsing errors.
The WNBD disk removal workflow is asynchronous, which is why we'll need to wait for the cleanup to complete when stopping the service. Before https://github.com/ceph/ceph/pull/52540, each mapping was running in...
We're updating rbd-wnbd to accept scsi persistent reservation commands, which are going to be stored using rados extended attributes. This feature will allow using Microsoft Failover Cluster and Cluster Shared...