The Wayback Machine - https://web.archive.org/web/20200524162903/https://github.com/topics/ceph
Skip to content
#

ceph

Here are 258 public repositories matching this topic...

woohhan
woohhan commented Dec 7, 2019

Is this a bug report or feature request?

  • Feature Request

What should the feature do:
We have per node configuration for selecting device, but no wal/db device selection. We can add configuration for what device will be used for wal/db device.

// current
    nodes:
    - name: "mynode"
      devices:
      - name: "sdb"

// fix to
    nodes:
    - name: "mynode"
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.

rleiwang
rleiwang commented Dec 10, 2019

start cluster on Mac hangs with minikube. docker container started, but the correct ip is vm ip, not the host ip. minikube ip is 192.168.64.28 on my laptop. 192.168.2.2 is the host ip.

 $ ./cn cluster start mycluster -f huge
Using /Users/<name>/workspace/go/src/github.com/ceph/cn/cn.toml as configuration file
2019/12/09 21:21:00 Cluster mycluster is already running!
2019/12/09 21:21:20 
drone-cache
kakkoyun
kakkoyun commented Apr 28, 2020

As the sole active maintainer, I'm looking for co-maintainers for the project to push features faster.
Please ping me if you're interested.

It'd be awesome if you have already contributed to the project and interested. Otherwise, there would be a brief probation period after starting contributing to the project.

rbrayner
rbrayner commented Feb 24, 2020

Hi everyone!

I think there is an issue with the script found in the backup section of the docs (http://backy2.com/docs/backup.html). The following line:

BACKY_SNAP_VERSION_UID=$(backy2 -m ls -s "$LAST_RBD_SNAP" "$VM"|awk -F '|' '{ print $6 }')

should be changed to:

BACKY_SNAP_VERSION_UID=$(backy2 -ms ls -s "$LAST_RBD_SNAP" "$VM"|awk -F '|' '{ print $6 }')

The difference is the -ms o

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

You can’t perform that action at this time.