Giter Site home page Giter Site logo

ansible-collection-ceph's People

Contributors

github-actions[bot] avatar mnaser avatar mpiscaer avatar okozachenko1203 avatar ricolin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ansible-collection-ceph's Issues

Hard-coding `fsid`, `config` and `image` for speedups.

root@instance:~# time cephadm shell ceph -s
Inferring fsid 3ed20d13-abf7-55f5-a31b-720e50e123fb
Inferring config /var/lib/ceph/3ed20d13-abf7-55f5-a31b-720e50e123fb/mon.instance/config
Using ceph image with id '5be31c24972a' and tag 'v18.2.1' created on 2024-02-22 16:12:19 +0000 UTC
quay.io/ceph/ceph@sha256:9f35728f6070a596500c0804814a12ab6b98e05067316dc64876fb4b28d04af3
  cluster:
    id:     3ed20d13-abf7-55f5-a31b-720e50e123fb
    health: HEALTH_WARN
            1 stray daemon(s) not managed by cephadm
            3 pool(s) have no replicas configured

  services:
    mon: 1 daemons, quorum instance (age 29m)
    mgr: instance.zsmnlu(active, since 29m)
    osd: 3 osds: 3 up (since 29m), 3 in (since 9h)
    rgw: 1 daemon active (1 hosts, 1 zones)

  data:
    pools:   12 pools, 185 pgs
    objects: 1.37k objects, 7.5 GiB
    usage:   7.7 GiB used, 3.0 TiB / 3.0 TiB avail
    pgs:     185 active+clean


real    0m14.520s
user    0m0.435s
sys     0m0.298s

vs

root@instance:~# time cephadm --image quay.io/ceph/ceph:v18.2.1 shell --fsid 3ed20d13-abf7-55f5-a31b-720e50e123fb --config /var/lib/ceph/3ed20d13-abf7-55f5-a31b-720e50e123fb/mon.instance/config ceph -s
  cluster:
    id:     3ed20d13-abf7-55f5-a31b-720e50e123fb
    health: HEALTH_WARN
            1 stray daemon(s) not managed by cephadm
            3 pool(s) have no replicas configured

  services:
    mon: 1 daemons, quorum instance (age 28m)
    mgr: instance.zsmnlu(active, since 28m)
    osd: 3 osds: 3 up (since 28m), 3 in (since 9h)
    rgw: 1 daemon active (1 hosts, 1 zones)

  data:
    pools:   12 pools, 185 pgs
    objects: 1.37k objects, 7.5 GiB
    usage:   7.7 GiB used, 3.0 TiB / 3.0 TiB avail
    pgs:     185 active+clean

  io:
    client:   1.7 KiB/s rd, 426 B/s wr, 1 op/s rd, 1 op/s wr


real    0m1.741s
user    0m0.331s
sys     0m0.158s

almost 15x faster, we gotta do this, it'll speed up the CI tremendously.

CI job broken

Currently CI job using v3 standard flavor that has been unsupported for a while. we can move most of job to use ubuntu-latest from github but not for adopt jobs.

I think we should also move ceph CI to use zuul so we can unblock without skip adopt jobs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.