Azure / Avere

Avere vFXT resources for an enterprise-scale NFS clustered file system built for the cloud.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rid generator needs to support python 3

anhowe opened this issue · comments

breaks here:

line 94, in convert
version = struct.unpack('B', binary[0])[0]
TypeError: a bytes-like object is required, not 'int'