Bug #387
TM contextualization functionality doesn't work in system wide
Status: | Closed | Start date: | 11/03/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Tino Vázquez | % Done: | 0% | |
Category: | Drivers - Auth | |||
Target version: | Release 2.0.1 | |||
Resolution: | duplicate | Pull request: | ||
Affected Versions: |
Description
From Dam Yocum <yocum@fnal.gov>
The problem lies in the /usr/lib/one/tm_commands/{ssh,lvm}/tm_context.sh scripts.
The TMP_DIR line needs to be changed from
TMP_DIR="$ONE_LOCATION/var/$DST_HASH"
to
if [ -z $ONE_LOCATION ]; then
TMP_DIR="/var/lib/one/$DST_HASH"
else
TMP_DIR="$ONE_LOCATION/var/$DST_HASH"
fi
Related issues
Associated revisions
Solved bug in host panels (#387)
History
#1 Updated by Jaime Melis over 10 years ago
- Status changed from New to Closed
- Resolution set to duplicate
This bug is duplicate of #382. Closing