LINBIT / linstor-client

Python client for LINSTOR
https://docs.linbit.com/docs/linstor-guide/
GNU General Public License v3.0
22 stars 10 forks source link

linstor cli tool failed after update to 1.23.1 #56

Closed MirkoNikolai closed 2 weeks ago

MirkoNikolai commented 2 weeks ago

After update to linstor-client to 1.23.1 the cli tool linstor is not working on ubuntu-22.04 the following error ocours linstor n l Traceback (most recent call last): File "/usr/bin/linstor", line 21, in import linstor_client_main File "/usr/lib/python3/dist-packages/linstor_client_main.py", line 31, in from linstor_client.commands import ( File "/usr/lib/python3/dist-packages/linstor_client/commands/init.py", line 10, in from .rsc_cmds import ResourceCommands File "/usr/lib/python3/dist-packages/linstor_client/commands/rsc_cmds.py", line 10, in from linstor_client.commands.vlm_cmds import VolumeCommands File "/usr/lib/python3/dist-packages/linstor_client/commands/vlm_cmds.py", line 17, in from linstor_client.commands.utils.skip_disk_utils import print_skip_disk_info, get_skip_disk_state_str ModuleNotFoundError: No module named 'linstor_client.commands.utils'

rp- commented 2 weeks ago

Thanks for the report, a fix 1.23.2 was just released

MirkoNikolai commented 2 weeks ago

Thanks for fast responding