linstor-client icon indicating copy to clipboard operation
linstor-client copied to clipboard

Python client for LINSTOR

Results 7 linstor-client issues
Sort by recently updated
recently updated
newest added

linstor returns no error: ``` # linstor r l -r one-vm-7674-disk-0 ╭────────────────────────────────────────────────────────────────────────────╮ ┊ ResourceName ┊ Node ┊ Port ┊ Usage ┊ Conns ┊ State ┊ CreatedOn ┊ ╞════════════════════════════════════════════════════════════════════════════╡ ┊ one-vm-7674-disk-0...

The `linstor vd list` command shows volume sizes in human friendly format. Sometimes it's necessary to know the exact size. An option to set change unit for size listing would...

enhancement

This works: `linstor rg sp zfs_12 StorDriver/ZfscreateOptions "-o volblocksize=16k"` `LINSTOR ==> rg sp zfs_12 StorDriver/ZfscreateOptions volblocksize=16k` (but makes no sense) This didn't work: `rg sp zfs_12 StorDriver/ZfscreateOptions '-a b'` (linstor:...

eg: ``` linstor -m --output-version v0 resource list-volumes --prop Aux/one/DS_ID=109 ``` ``` linstor -m --output-version v0 volume list --prop Aux/one/DS_ID=109 ```

Hi, there is bit mess with aux properties, eg: ```bash linstor n sp --aux foo bar # sets foo property, but linstor n sp --aux foo=bar # removes one ```...

By default linstor clients prints all errors to stdout, it would be much better if they would be printed to stderr

```bash [root@node1 ~]# linstor storage-pool create lvm node1 pool0 vg_data ERROR: The satellite does not support the device provider LVM [root@node01 ~]# linstor --version linstor-client 1.24.0; GIT-hash: UNKNOWN [root@node1 ~]#...