Fix "TypeError: '<' not supported between instances of 'Server' and 'Server'" class of error:
File ".../Shine/Lustre/Component.py", line 424, in groupbyallservers
sortlist = sorted(srvcomps, key=itemgetter(0))
TypeError: '<' not supported between instances of 'Server' and 'Server'
Fix "TypeError: '<' not supported between instances of 'Server' and 'Server'" class of error: File ".../Shine/Lustre/Component.py", line 424, in groupbyallservers sortlist = sorted(srvcomps, key=itemgetter(0)) TypeError: '<' not supported between instances of 'Server' and 'Server'