Project

General

Profile

Actions

Bug #6569

closed

ceph-deploy errors with local connections and sudo python

Added by Alfredo Deza over 10 years ago. Updated over 10 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
ceph-deploy
Target version:
-
% Done:

0%

Source:
Q/A
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

For ceph-deploy to have super user permissions and do local executions it creates the gateway with `python=sudo python` but that fails when
there is no ssh option provided (because it is meant to be local).

RuntimeError: connecting to host: vpm029 resulted in errors: ValueError no gateway type found for 'python=sudo python'
Actions #1

Updated by Alfredo Deza over 10 years ago

  • Status changed from 12 to Resolved

Opened PR https://github.com/ceph/ceph-deploy/pull/105
Merged into master with hash: 082992a

But that is just the version bump from remoto that in turn includes the fix so that execnet can take `sudo python` when using local connections.

Actions

Also available in: Atom PDF