NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

the lun inventory was not available for the following volumes Reason: Hit the queue threshold flushi

nivas007
1,721 Views

hi

when i am trying to create new lun i got error related no space, after that i am not able
to see luns list in ontap system manager, in cli when i use 'lun show' i got output
like this 'the lun inventory was not available for the following volumes Reason: Hit the queue threshold flushing new entries'

how to make it available all the luns. what steps do I need to take. 

1 REPLY 1

jaikumar
1,431 Views

This respone is when there are way too many requests for management operations on the cluster which are all getting queued up and all the queues to process any of the management operations is almost full.

 

This state must recover automatically after some time if not you can try the following,

* Check for the cluster health (cluster show).

* Check if all the cluster lifs are up and operational.
* May be run lun show -vserver <vserver name> (in case if there are way too many luns in the cluster). This will filter the request only to the vserver
* Check for Total management operations active on the cluster and wait for them to complete before trying "lun move".

Public