From e167599bc9b42a91a73ec8860bda2f8feff4c569 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Thu, 17 Jun 2010 17:53:56 +0100 Subject: [PATCH] Update a comment in qa-sample.json Fix the sentence to say what it means. Signed-off-by: Guido Trotter <ultrotter@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- qa/qa-sample.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qa/qa-sample.json b/qa/qa-sample.json index ae09588c0..7de654538 100644 --- a/qa/qa-sample.json +++ b/qa/qa-sample.json @@ -87,9 +87,9 @@ "# Disabled by default because it takes rather long": null, "instance-replace-disks": false, - "# Make sure not to include the disk(s) required for Dom0 to be": null, - "# included in the volume group used for instances. Otherwise": null, - "# whole system may stop working until restarted.": null, + "# Make sure not to include the disk(s) required for Dom0 to be up": null, + "# in the volume group used for instances. Otherwise the whole": null, + "# system may stop working until restarted.": null, "instance-disk-failure": false }, -- GitLab