Merge "ceph-osd: Log the script name, lineno and funcname"
This commit is contained in:
commit
017f16274d
@ -15,6 +15,7 @@ limitations under the License.
|
|||||||
*/}}
|
*/}}
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
export PS4='+${BASH_SOURCE:+$(basename ${BASH_SOURCE}):${LINENO}:}${FUNCNAME:+${FUNCNAME}():} '
|
||||||
|
|
||||||
: "${CRUSH_LOCATION:=root=default host=${HOSTNAME}}"
|
: "${CRUSH_LOCATION:=root=default host=${HOSTNAME}}"
|
||||||
: "${OSD_PATH_BASE:=/var/lib/ceph/osd/${CLUSTER}}"
|
: "${OSD_PATH_BASE:=/var/lib/ceph/osd/${CLUSTER}}"
|
||||||
|
@ -15,6 +15,7 @@ limitations under the License.
|
|||||||
*/}}
|
*/}}
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
export PS4='+${BASH_SOURCE:+$(basename ${BASH_SOURCE}):${LINENO}:}${FUNCNAME:+${FUNCNAME}():} '
|
||||||
|
|
||||||
: "${CRUSH_LOCATION:=root=default host=${HOSTNAME}}"
|
: "${CRUSH_LOCATION:=root=default host=${HOSTNAME}}"
|
||||||
: "${OSD_PATH_BASE:=/var/lib/ceph/osd/${CLUSTER}}"
|
: "${OSD_PATH_BASE:=/var/lib/ceph/osd/${CLUSTER}}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user