You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ mount | grep /tmp
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noexec)
Possible fixes:
a) allow to configure the remote directory for trace.sh via argument of gcloud_trace.sh
b) detect COS nodes and automatically choose a dir without noexec
c) detect COS nodes and run the trace.sh inside a toolbox.
The text was updated successfully, but these errors were encountered:
I tried to run the
gcloud_trace.sh
against a COS instance.It failed as follows:
because
/tmp
is mounted asnoexec
by design:Possible fixes:
a) allow to configure the remote directory for
trace.sh
via argument ofgcloud_trace.sh
b) detect COS nodes and automatically choose a dir without
noexec
c) detect COS nodes and run the
trace.sh
inside a toolbox.The text was updated successfully, but these errors were encountered: