Merge "Remove trailing spaces, convert dos2unix"
This commit is contained in:
commit
6527af5a4c
@ -992,6 +992,7 @@ test_create_nfs_share_batch:
|
||||
nfs_share: &nfs_share__test_create_nfs_share_batch
|
||||
_properties:
|
||||
name: '716100cc-e0b4-416b-ac27-d38dd019330d'
|
||||
size: 151081080
|
||||
|
||||
unity:
|
||||
_methods:
|
||||
@ -1005,11 +1006,6 @@ test_create_nfs_share_batch:
|
||||
_properties:
|
||||
<<: *nas_server_prop
|
||||
|
||||
nfs_share:
|
||||
_properties:
|
||||
name: '716100cc-e0b4-416b-ac27-d38dd019330d'
|
||||
size: 151081080
|
||||
|
||||
test_get_share_with_invalid_proto:
|
||||
share:
|
||||
_properties:
|
||||
|
0
releasenotes/notes/bug-1721787-fix-getting-share-networks-and-security-services-error-7e5e7981fcbf2b53.yaml
Executable file → Normal file
0
releasenotes/notes/bug-1721787-fix-getting-share-networks-and-security-services-error-7e5e7981fcbf2b53.yaml
Executable file → Normal file
@ -39,7 +39,7 @@ DB_ROOT_PW=${POSTGRES_ROOT_PW:-insecure_slave}
|
||||
|
||||
# Setup user
|
||||
root_roles=$(sudo -H -u postgres psql -t -c "
|
||||
SELECT 'HERE' from pg_roles where rolname='$DB_USER'")
|
||||
SELECT 'HERE' from pg_roles where rolname='$DB_USER'")
|
||||
if [[ ${root_roles} == *HERE ]];then
|
||||
sudo -H -u postgres psql -c "ALTER ROLE $DB_USER WITH SUPERUSER LOGIN PASSWORD '$DB_PW'"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user