File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ python-linstor (1.0.4-1) experimental; urgency=medium
2+
3+ [ Rene Peinthor ]
4+ * resource-api: add support for resource-groups
5+ * linstorapi: improve type comments
6+ * responses: add reports property to volumes
7+ * linstorapi-selectfilter: fix incorrect layer_list setting
8+ * linstorapi: slightly better error message on https connect fails
9+ * linstorapi: resource-dfn list, do not fail on empty list response(curl)
10+ * linstorapi: fix incorrect message on require_version method
11+ * linstorapi: add physica-storage API calls
12+ * physical-storage: allow multiple devices per node and storage pool
13+ * linstor-common: depend on TIE_BREAKER FLAG
14+ * linstorapi: add single resource connection query method
15+
16+ [ Rainer Laschober ]
17+ * ResourceGroups: Implement function for list command; imports; naming
18+ * ResourceDefinitions: Modify function for list command
19+ * Nodes: Modify function for list command
20+
21+ -- Rene Peinthor <
[email protected] > Thu, 24 Oct 2019 11:32:30 +0200
22+
123python-linstor (1.0.3-1) experimental; urgency=medium
224
325 [ Rene Peinthor ]
Original file line number Diff line number Diff line change 1- VERSION = "1.0.3 "
1+ VERSION = "1.0.4 "
22
33from .linstorapi import ApiCallResponse , ErrorReport
44from .linstorapi import Linstor , MultiLinstor
You can’t perform that action at this time.
0 commit comments