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
Fix shell quoting and unbound variable in Manila ceph-nfs IP task
- Add missing CONTROLLER1_SSH variable definition to prevent unbound variable errors
- Fix awk command quoting for proper SSH execution
- Escape inner quotes and dollar signs in the awk command
This resolves the syntax error when executing the awk command over SSH
to extract the Ganesha Bind_Addr from the configuration file.
0 commit comments