[Kimchi-devel] [PATCH v2] Fix break of deep scanning
Paulo Ricardo Paz Vital
pvital at linux.vnet.ibm.com
Mon Jan 13 16:12:11 UTC 2014
--
Reviewed-by: Paulo Vital <pvital at linux.vnet.ibm.com>
On Mon, 2014-01-13 at 13:53 -0200, Daniel Barboza wrote:
> From: Royce Lv <lvroyce at linux.vnet.ibm.com>
>
> Commit 265de8d7 forgot to add type 'kimchi-iso' to storage pool
> type, which prevents deep scannning to execute.
> Add it to API.json to fix this break.
>
> Signed-off-by: Royce Lv <lvroyce at linux.vnet.ibm.com>
> Signed-off-by: Daniel Henrique Barboza <danielhb at 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 19b1c51..3281d2e 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": {
More information about the Kimchi-devel
mailing list