Add check to see if sliver is_running() during ensure_created. Previously, if the...
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Mon, 14 Jul 2008 22:00:52 +0000 (22:00 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Mon, 14 Jul 2008 22:00:52 +0000 (22:00 +0000)
commit54d24023edce344ad1790c3bf89e93817c3c98e6
tree57a2c5eba675681b1b471a9109b59d2bf41f2fd5
parent23d70016c30b00fe6bbc0ca5eb143ff6254e7089
Add check to see if sliver is_running() during ensure_created.  Previously, if the object existed in the database, it was assumed the sliver was running and the start() operation would ignore the record.  However, if a sliver is damaged, its best to query util-vserver to actually make sure the slice is indeed running.
accounts.py
sliver_vs.py