You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a question regarding the method used to fetch the device list in the VDSM project. Is it done using a command similar to lsblk, by executing Python code that utilizes the os library to get the list of devices on the host, or is it done in another way?
Also, I’ve been encountering a timeout error (150s) frequently when attempting to fetch the device list. Any guidance on how to resolve this issue would be greatly appreciated.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi, I have a question regarding the method used to fetch the device list in the VDSM project. Is it done using a command similar to lsblk, by executing Python code that utilizes the os library to get the list of devices on the host, or is it done in another way?
Also, I’ve been encountering a timeout error (150s) frequently when attempting to fetch the device list. Any guidance on how to resolve this issue would be greatly appreciated.
Thanks in advance!
The text was updated successfully, but these errors were encountered: