Skip to content

Commit

Permalink
Upgrade: do not automatically run euca_conf --setup
Browse files Browse the repository at this point in the history
The euca_upgrade script, which is used for managing
the upgrade of configuration and database information
during an upgrade, no longer invokes euca_conf --setup,
as its recursive chown/chmod calls could fail in some
cases.

The purpose of euca_conf --setup is to ensure that file
and directory permissions are correct before running
eucalyptus. For packaged installs, the packaging already
takes care of this; for installs from source builds,
euca_conf --setup should be run manually each time a
"make install" is done.

Fixes EUCA-3066
  • Loading branch information
a13m committed Jul 28, 2012
1 parent 48a580b commit 90c3738
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/euca_upgrade
Expand Up @@ -247,9 +247,6 @@ for f in $(echo ${UP_SAMEVERSION} ${UP_KEYS} ${UP_DB} ${UP_CONF}); do
fi
done

if [ -f "$EUCALYPTUS/usr/sbin/euca_conf" ]; then
$EUCALYPTUS/usr/sbin/euca_conf --setup
fi
## NOTE: Don't bother reading past here.


Expand Down

0 comments on commit 90c3738

Please sign in to comment.