AWS Enhancement (#48)
* Fix the path registration after reset * image id * Handle lock stuff * Debug * Debug * Update * Update * Update * Update * Update * Reorder the reset steps * Reorder the reset steps * Reorder the reset steps * Finish and clean --------- Co-authored-by: XinyuanWangCS <xywang626@gmail.com>
This commit is contained in:
@@ -60,6 +60,13 @@ class VMManager(ABC):
|
||||
"""
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def delete_vm(self, vm_path, **kwargs):
|
||||
"""
|
||||
Delete the registration of VM by path.
|
||||
"""
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def occupy_vm(self, vm_path, pid, **kwargs):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user