1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

Bug #1194: Set other_u permission for the default DS in onedb migrator 3.3.0 to 3.3.80

(cherry picked from commit ec56bc2c9c5db6ae0ab6d98ff828587f0fb4b5ec)
This commit is contained in:
Carlos Martín 2012-03-30 16:05:34 +02:00
parent 06f96f8f9b
commit 3c6f0305a1

View File

@ -280,7 +280,7 @@ module Migrator
" <GROUP_U>1</GROUP_U>" <<
" <GROUP_M>0</GROUP_M>" <<
" <GROUP_A>0</GROUP_A>" <<
" <OTHER_U>0</OTHER_U>" <<
" <OTHER_U>1</OTHER_U>" <<
" <OTHER_M>0</OTHER_M>" <<
" <OTHER_A>0</OTHER_A>" <<
" </PERMISSIONS>" <<
@ -304,7 +304,7 @@ module Migrator
:gid => 0,
:owner_u => 1,
:group_u => 1,
:other_u => 0)
:other_u => 1)
return true
end