Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ceph-volume: fix lvm activate --all --no-systemd #42912

Merged
merged 1 commit into from Sep 9, 2021

Conversation

dsavineau
Copy link
Contributor

When using a system without systemd then the lvm activate --all --no-systemd
subcommand still calls systemd.
We already allow users to activate a single OSD without systemd so there's
no reason to not do the same with --all (because activate_all calls activate).

Fixes: https://tracker.ceph.com/issues/25070

Signed-off-by: Dimitri Savineau dsavinea@redhat.com

Checklist

  • References tracker ticket
  • Updates documentation if necessary
  • Includes tests for new functionality or reproducer for bug

Show available Jenkins commands
  • jenkins retest this please
  • jenkins test classic perf
  • jenkins test crimson perf
  • jenkins test signed
  • jenkins test make check
  • jenkins test make check arm64
  • jenkins test submodules
  • jenkins test dashboard
  • jenkins test dashboard cephadm
  • jenkins test api
  • jenkins test docs
  • jenkins render docs
  • jenkins test ceph-volume all
  • jenkins test ceph-volume tox

When using a system without systemd then the `lvm activate --all --no-systemd`
subcommand still calls systemd.
We already allow users to activate a single OSD without systemd so there's
no reason to not do the same with --all (because activate_all calls activate).

Fixes: https://tracker.ceph.com/issues/25070

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
@dsavineau dsavineau requested a review from a team as a code owner August 24, 2021 21:24
@dsavineau
Copy link
Contributor Author

jenkins test ceph-volume tox

@dsavineau
Copy link
Contributor Author

jenkins test ceph-volume all

@dsavineau
Copy link
Contributor Author

jenkins test ceph-volume lvm centos8-bluestore-create

4 similar comments
@dsavineau
Copy link
Contributor Author

jenkins test ceph-volume lvm centos8-bluestore-create

@dsavineau
Copy link
Contributor Author

jenkins test ceph-volume lvm centos8-bluestore-create

@dsavineau
Copy link
Contributor Author

jenkins test ceph-volume lvm centos8-bluestore-create

@dsavineau
Copy link
Contributor Author

jenkins test ceph-volume lvm centos8-bluestore-create

@guits
Copy link
Contributor

guits commented Sep 9, 2021

jenkins test ceph-volume lvm centos8-bluestore-create

@guits guits merged commit 667d43c into ceph:master Sep 9, 2021
@dsavineau dsavineau deleted the ceph_volume_lvm_active_no_systemd branch September 9, 2021 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants