[PATCH] Fix break of deep scanning

From: Royce Lv <lvroyce@linux.vnet.ibm.com> Commit 265de8d7 forgetted to add type 'kimchi-iso' to storage pool type, which prevent deep scannning to execute. Add it to API.json to fix this break. Signed-off-by: Royce Lv <lvroyce@linux.vnet.ibm.com> --- src/kimchi/API.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kimchi/API.json b/src/kimchi/API.json index 3a3c48f..268287b 100644 --- a/src/kimchi/API.json +++ b/src/kimchi/API.json @@ -16,7 +16,7 @@ "type": { "description": "The type of the defined Storage Pool", "type": "string", - "pattern": "^dir|netfs|logical$", + "pattern": "^dir|netfs|logical|kimchi-iso$", "required": true }, "path": { -- 1.8.1.2

On 01/09/2014 02:49 AM, lvroyce@linux.vnet.ibm.com wrote:
From: Royce Lv <lvroyce@linux.vnet.ibm.com>
Commit 265de8d7 forgetted to add type 'kimchi-iso' to storage pool
typo: s/forgetted /forgot/
type, which prevent deep scannning to execute. Add it to API.json to fix this break.
Signed-off-by: Royce Lv <lvroyce@linux.vnet.ibm.com> --- src/kimchi/API.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/kimchi/API.json b/src/kimchi/API.json index 3a3c48f..268287b 100644 --- a/src/kimchi/API.json +++ b/src/kimchi/API.json @@ -16,7 +16,7 @@ "type": { "description": "The type of the defined Storage Pool", "type": "string", - "pattern": "^dir|netfs|logical$", + "pattern": "^dir|netfs|logical|kimchi-iso$", "required": true }, "path": {

Reviewed-by: Daniel Barboza <danielhb@linux.vnet.ibm.com> but please fix the typo :) On 01/09/2014 11:20 AM, Aline Manera wrote:
On 01/09/2014 02:49 AM, lvroyce@linux.vnet.ibm.com wrote:
From: Royce Lv <lvroyce@linux.vnet.ibm.com>
Commit 265de8d7 forgetted to add type 'kimchi-iso' to storage pool
typo: s/forgetted /forgot/
type, which prevent deep scannning to execute. Add it to API.json to fix this break.
Signed-off-by: Royce Lv <lvroyce@linux.vnet.ibm.com> --- src/kimchi/API.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/kimchi/API.json b/src/kimchi/API.json index 3a3c48f..268287b 100644 --- a/src/kimchi/API.json +++ b/src/kimchi/API.json @@ -16,7 +16,7 @@ "type": { "description": "The type of the defined Storage Pool", "type": "string", - "pattern": "^dir|netfs|logical$", + "pattern": "^dir|netfs|logical|kimchi-iso$", "required": true }, "path": {
_______________________________________________ Kimchi-devel mailing list Kimchi-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/kimchi-devel
participants (3)
-
Aline Manera
-
Daniel H Barboza
-
lvroyce@linux.vnet.ibm.com