mike-tutkowski commented on issue #2499: Updates to capacity management
URL: https://github.com/apache/cloudstack/pull/2499#issuecomment-380926801
 
 
   The test environment is having an issue when we try to put an NFS-based 
primary storage in maintenance mode. In test_primary_storage.py, the first 
error is related to that and then we later see other errors where adding a new 
primary storage with the same name fails because it's already in use 
(presumably we were originally going to delete the primary storage after 
putting it in maintenance mode, but putting it in maintenance mode failed).
   
   Is this error scenario unique to this PR? It seems like the code in this PR 
wouldn't be responsible for such a situation.
   
   On the up side, both Jenkins and Travis passed.
   
   **test_primary_storage.py:**
   
   errorText:Primary storage with id 5 cannot be disabled. Storage pool state : 
Maintenance\n'
   errorText:Failed to add data store: Storage pool 
nfs://10.2.0.16/acs/primary/pr2499-t2490-kvm-centos7/marvin_pri1 already in use 
by another pod (id=1)\n' **(two of these errors)**
   
   **test_routers.py:**
   
   'AssertionError: Check uptime is less than 3 mins or not\n'
   
   **test_snapshots.py:**
   
   errorText:Failed to add data store: Storage pool 
nfs://10.2.0.16/acs/primary/pr2499-t2490-kvm-centos7/nfs2 already in use by 
another pod (id=1)\n'
   
   **test_vm_life_cycle.py:**
   
   errortext : u'Cannot migrate VM, destination host is not in correct state, 
has status: Up, state: Disabled'

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to