Project

General

Profile

Actions

Bug #23259

closed

extend $PATH further

Added by Alfredo Deza about 6 years ago. Updated about 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
% Done:

0%

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

Description

Now that http://tracker.ceph.com/issues/22841 is fixed, extra additions to standard $PATH locations is needed.

Some executables exist in /sbin/ and are not being detected. This doesn't result in failure because ceph-volume is falling back to
using the executable without an absolute path.

Some example of this:

$ which vgcreate
/sbin/vgcreate
$ which mkfs
/sbin/mkfs
$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

Actions #1

Updated by Alfredo Deza about 6 years ago

  • Status changed from New to Fix Under Review
Actions #2

Updated by Alfredo Deza about 6 years ago

  • Status changed from Fix Under Review to Resolved

merged commit a8cd8b2 into master

Actions

Also available in: Atom PDF