
On 27/01/17 12:09, Peter Krempa wrote:
On Tue, Jan 17, 2017 at 17:10:55 +0300, Olga Krishtal wrote:
This patch only adds --with-storage-vstorage build option. In order to use vstorage as a backend for storage pool vstorage tools should be installed.
Signed-off-by: Olga Krishtal <okrishtal@virtuozzo.com> --- configure.ac | 4 +++ m4/virt-storage-vstorage.m4 | 73 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 m4/virt-storage-vstorage.m4 [...]
@@ -0,0 +1,73 @@ +dnl The storage vstorage check +dnl +dnl Copyright (C) 2016 Parallels IP Holdings GmbH, Inc. This does not make sense. Is this company a GmbH or an Inc ?
Parallels IP Holdings GmbH - this is correct
+dnl +dnl This library is free software; you can redistribute it and/or +dnl modify it under the terms of the GNU Lesser General Public +dnl License as published by the Free Software Foundation; either +dnl version 2.1 of the License, or (at your option) any later version. +dnl +dnl This library is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +dnl Lesser General Public License for more details. +dnl +dnl You should have received a copy of the GNU Lesser General Public +dnl License along with this library. If not, see +dnl <http://www.gnu.org/licenses/>. +dnl
-- Best regards, Olga