Skip to content

Commit

Permalink
fix pcs quorum device remove
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjelinek committed Aug 4, 2022
1 parent 025b3fe commit 27d0993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,9 +8,11 @@
managed ([rhbz#1918527])
- Misleading error message from `pcs booth sync` when booth config directory
(`/etc/booth`) is missing ([rhbz#1791670])
- `pcs quorum device remove` works again (broken since 0.10.13) ([rhbz#2115326])

[rhbz#1791670]: https://bugzilla.redhat.com/show_bug.cgi?id=1791670
[rhbz#1918527]: https://bugzilla.redhat.com/show_bug.cgi?id=1918527
[rhbz#2115326]: https://bugzilla.redhat.com/show_bug.cgi?id=2115326


## [0.10.14] - 2022-06-23
Expand Down
2 changes: 1 addition & 1 deletion pcsd/remote.rb
Expand Up @@ -2519,7 +2519,7 @@ def qdevice_net_client_destroy(param, request, auth_user)
end
stdout, stderr, retval = run_cmd(
auth_user,
PCS, '--' 'qdevice', 'net-client', 'destroy'
PCS, '--', 'qdevice', 'net-client', 'destroy'
)
if retval != 0
return [400, stderr.join('')]
Expand Down

0 comments on commit 27d0993

Please sign in to comment.