You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2012/10/09 05:44:52 UTC

[2/2] git commit: reducing line length to 80

reducing line length to 80


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f2138b4c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f2138b4c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f2138b4c

Branch: refs/heads/master
Commit: f2138b4ceb88f856ad6bffeaeac71b22fb65b1ea
Parents: fc30858
Author: David Nalley <da...@gnsa.us>
Authored: Mon Oct 8 23:43:38 2012 -0400
Committer: David Nalley <da...@gnsa.us>
Committed: Mon Oct 8 23:43:38 2012 -0400

----------------------------------------------------------------------
 docs/en-US/volume-status.xml |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f2138b4c/docs/en-US/volume-status.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/volume-status.xml b/docs/en-US/volume-status.xml
index c2e58a5..35802f9 100644
--- a/docs/en-US/volume-status.xml
+++ b/docs/en-US/volume-status.xml
@@ -23,7 +23,14 @@
 -->
 
 <section id="volume-status">
-    <title>Volume Status</title>
-    <para>When a snapshot operation is triggered by means of a recurring snapshot policy, a snapshot is skipped if a volume has remained inactive since its last snapshot was taken. A volume is considered to be inactive if it is either detached or attached to a VM that is not running. &PRODUCT; ensures that at least one snapshot is taken since the volume last became inactive.</para>
-    <para>When a snapshot is taken manually, a snapshot is always created regardless of whether a volume has been active or not.</para>
+  <title>Volume Status</title>
+  <para>When a snapshot operation is triggered by means of a recurring snapshot
+    policy, a snapshot is skipped if a volume has remained inactive since its
+    last snapshot was taken. A volume is considered to be inactive if it is 
+    either detached or attached to a VM that is not running. &PRODUCT; ensures
+    that at least one snapshot is taken since the volume last became inactive.
+  </para>
+  <para>When a snapshot is taken manually, a snapshot is always created
+    regardless of whether a volume has been active or not.
+  </para>
 </section>