diff options
author | Wanlong Gao <wanlong.gao@gmail.com> | 2011-11-24 21:06:07 +0800 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-11-24 13:24:17 +0000 |
commit | cbd1c45d95c530c8d94103dcc2c521bf5501ef59 (patch) | |
tree | b056a6cf0fd613411933d407a34c09215c25c72c /src | |
parent | 182c25b2a42e9a8f76beba440da328e37f18c9b9 (diff) | |
download | libguestfs-cbd1c45d95c530c8d94103dcc2c521bf5501ef59.tar.gz libguestfs-cbd1c45d95c530c8d94103dcc2c521bf5501ef59.tar.xz libguestfs-cbd1c45d95c530c8d94103dcc2c521bf5501ef59.zip |
New API: md-stop for stopping MD devices
This API is used to stop a md device.
When we want to move a device to another md array, we should
stop the md device which contained this device first.
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/MAX_PROC_NR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MAX_PROC_NR b/src/MAX_PROC_NR index d8fc48a4..274f7143 100644 --- a/src/MAX_PROC_NR +++ b/src/MAX_PROC_NR @@ -1 +1 @@ -301 +302 |