blob: 05669d097a9aa0db7baa169efa6c9f13844200f0 [file] [log] [blame]
From 056fd8671716cf50b6916b343a6e45e5c64806b2 Mon Sep 17 00:00:00 2001
From: Peter Penchev <openstack-dev@storpool.com>
Date: Wed, 22 Jun 2022 10:48:25 +0300
Subject: [PATCH 02/10] StorPool: declare the clone_across_pools capability
Change-Id: I5338c6c4f53a448e495f695cd64b36b722cd947d
---
cinder/volume/drivers/storpool.py | 1 +
doc/source/reference/support-matrix.ini | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/cinder/volume/drivers/storpool.py b/cinder/volume/drivers/storpool.py
index 47685cb3f..328f76c00 100644
--- a/cinder/volume/drivers/storpool.py
+++ b/cinder/volume/drivers/storpool.py
@@ -308,6 +308,7 @@ class StorPoolDriver(driver.VolumeDriver):
'driver_version': self.VERSION,
'storage_protocol': constants.STORPOOL,
+ 'clone_across_pools': True,
'sparse_copy_volume': True,
'pools': pools
diff --git a/doc/source/reference/support-matrix.ini b/doc/source/reference/support-matrix.ini
index 86a5660b8..d10137154 100644
--- a/doc/source/reference/support-matrix.ini
+++ b/doc/source/reference/support-matrix.ini
@@ -1089,7 +1089,7 @@ driver.rbd=missing
driver.rbd_iscsi=missing
driver.sandstone=missing
driver.seagate=missing
-driver.storpool=missing
+driver.storpool=complete
driver.synology=missing
driver.toyou_netstor=missing
driver.vrtsaccess=missing
--
2.39.2