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)
commit3e745a161b33bb6dfa2fcdec593866904d62a153
tree6dda46591d20ceef4ca235719f3a036fbc17886c
parent3d91a2d9f6ad2ec10711942f178f74bca4d2d2d9
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