devstack: start swift after reboot [closed]
I set up devstack, shut the system down, and ran rejoin-stack.sh after reboot, thinking that this would create the complete environment. Swift, however, is not running - apart from the proxy, none of its processes are started. No Swift, no images, no instances, no fun (yes I know I can configure Glance to use other image stores, but I need Swift for other things as well).
I believe this is so because the other processes - account/container/object servers, auditors, reapers etc - are not run in their own respective screens, and rejoin-stack just recreates the screens without worrying for background processes.
Does anybody have suggestions how to restart the shut down devstack including Swift?
Well it turns out it's not too hard to take stack.sh and remove anything not related to Swift.