We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafb905 commit 6f002deCopy full SHA for 6f002de
rawfile/config/model.py
@@ -123,7 +123,7 @@ def parse_dict(cls, v):
123
def validate_node_plugin(
124
self,
125
):
126
- if self.plugin_type != "node":
+ if self.plugin_type == "node":
127
if not self.internal_ip:
128
raise ValueError(
129
"Internal Communication IP/PORT is required on node plugin"
rawfile/utils/volume_manager.py
@@ -46,8 +46,8 @@ def create_volume(
46
47
volume_id: str,
48
size: int,
49
- thin_provision: bool,
50
storage_pool: str,
+ thin_provision: bool,
51
freezefs: bool | None = None,
52
copy_on_write: bool | None = None,
53
source_type: VolumeSource | None = None,
0 commit comments