Comment 3 for bug 490382

Revision history for this message
Thierry Carrez (ttx) wrote :

CLEAN=1 is supported in eucalyptus-cc.conf, not in eucalyptus.conf. So maybe it's something like:
stop eucalyptus CLEAN=1 -> FAIL (env not passed to eucalyptus-cc)
stop eucalyptus-cc CLEAN=1 -> PASS
start eucalyptus[-cc] CLEAN=1 -> FAIL (start not supported, bug 491254)
restart eucalyptus CLEAN=1 -> FAIL (env not passed to eucalyptus-cc)

Looks quite non-deterministic from here.
Dustin, if you can confirm the above behavior, in the end it's a matter of what CLEAN commands we want to support. IMHO we should support "restart eucalyptus CLEAN=1" and "stop eucalyptus CLEAN=1", "start eucalyptus CLEAN=1", "stop eucalyptus-cc CLEAN=1" and "start eucalyptus[-cc] CLEAN=1", since we mainly use the eucalyptus script to drive eucalyptus in general, but should also support stopping and starting eucalyptus-cc only.