Skip to content
#

ceph

Here are 280 public repositories matching this topic...

Rome
marcpalmer
marcpalmer commented Jan 3, 2018

Enhancement Suggestion

Currently if Rome does not find a dependency or bcsymbolmap in the cache it outputs this as an error, and this is particularly ugly when used with Fastlane.

It is just noise in almost all cases I can think of, and is particularly noisy when you do your first Rome download and when you build only for one platform e.g. iOS where you get all the symbol map errors.

gman0
gman0 commented Mar 19, 2021

Describe the feature you'd like to have

ceph-fuse in ceph-csi image v3.2.1 is linked against libfuse2:

$ kubectl exec -it ceph-csi-cephfs-nodeplugin-nv8c9 -c csi-cephfsplugin -- ceph-fuse --version
ceph version 15.2.8 (bdf3eebcd22d7d0b3dd4d5501bee5bac354d5b55) octopus (stable)
$ kubectl exec ceph-csi-cephfs-nodeplugin-nv8c9 -c csi-cephfsplugin -- dnf repoquery --requires
drone-cache
Alexis211
Alexis211 commented Feb 10, 2021

Is your feature request related to a problem? Please describe.
I'm using drone-cache for a Rust project to cache the target directory, which contains compiled modules for all of my project's dependencies, so that the pipeline doesn't have to rebuild everything from scratch (it takes a looong time!). Unfortunately the target directory tends to grow very large (often several GBs), so I'd li

Improve this page

Add a description, image, and links to the ceph topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ceph topic, visit your repo's landing page and select "manage topics."

Learn more