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
Copy file name to clipboardExpand all lines: workers/ucs.py
+17-3Lines changed: 17 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
#!/usr/bin/env python
2
2
""" UCS worker class for pyflex
3
3
4
+
In the future, this will really be the core renderer. All of the
5
+
work of deleting config that shouldn't be there, or creating it
6
+
when it should, will be handled here.
7
+
4
8
"""
5
9
fromworkerimportFlexWorker
6
10
#from functions.functions_ucs import UcsFunctions
@@ -92,11 +96,21 @@ def startworker(self):
92
96
forfabricinwwpnpools: #TODO: This loop is here for the future, but obviously since the name is statically set, this only works with a single pool per fabric, currently.
0 commit comments