Comment 0 for bug 551778

Revision history for this message
Thierry Carrez (ttx) wrote : CCs or SCs cannot be deregistered

Installing CLC+Walrus+CC+SC, everything autoregisters properly.

However, if I try to deregister the SC, it doesn't work:

$ sudo euca_conf --deregister-sc <IP>
SUCCESS: Storage controller for cluster '<IP>' successfully deregistered.
$ sudo euca_conf --list-scs
registered storage controllers:
    vcloud <IP>

and no, it's not because autoregistration re-registers it in between :)
The same goes for a CC (--deregister-cluster and --list-clusters)

If deregistering a CC or a SC is not supported, then euca_conf should not expose --deregister-{sc,cluster}, or should fail with an explanation if you try to do so. Note that --deregister-walrus or --deregister-node seem to work properly.