This commit is contained in:
Sagar Karandikar 2019-11-12 16:13:26 +00:00
parent 14f8cbc5b2
commit def128c9e3
1 changed files with 1 additions and 5 deletions

View File

@ -32,11 +32,7 @@ class MockBoto3Instance:
class NBDTracker(object):
""" Track allocation of NBD devices on an instance. Used for mounting
qcow2 images.
TODO: This only persists during a runworkload run. firesim kill should
separately just disconnect all /dev/nbdX devices from their backing
file."""
qcow2 images."""
# max number of NBDs allowed by the nbd.ko kernel module
NBDS_MAX = 128