Skip to content

Commit 53be923

Browse files
authored
Merge pull request #13 from tasleson/localdisk
API adds for local disk functionality
2 parents 949b7fc + bcc6512 commit 53be923

File tree

169 files changed

+11752
-8026
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+11752
-8026
lines changed

.circleci/config.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,8 @@ jobs:
88
- run:
99
command: ./tests/ci_test.sh
1010
no_output_timeout: 20m
11-
el8:
12-
docker:
13-
- image: oraclelinux:8
14-
steps:
15-
- checkout
16-
- run:
17-
command: ./tests/ci_test.sh
18-
no_output_timeout: 20m
19-
2011
workflows:
2112
version: 2
2213
workflow:
2314
jobs:
2415
- fedora
25-
- el8

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[package]
22
name = "libstoragemgmt-rust"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
authors = ["Gris Ge <[email protected]>"]
55
license = "MIT"
66
repository = "https://github.com/libstorage/libstoragemgmt-rust"
77
readme = "README.md"
88
keywords = ["libstoragemgmt", "storage"]
99
categories = ["api-bindings"]
1010
documentation = "https://libstorage.github.io/libstoragemgmt-rust/"
11+
edition = "2015"
1112

1213
[lib]
1314
name = "lsm"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build:
44
cargo build
55

66
check:
7-
cargo test
7+
export LSM_SIM_TIME=0 && cargo test -- --test-threads=1
88

99
doc:
1010
cargo doc --no-deps

docs/.lock

100755100644
File mode changed.

docs/crates.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
window.ALL_CRATES = ["lsm"];
2+
//{"start":21,"fragment_lengths":[5]}

docs/help.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Documentation for Rustdoc"><title>Help</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="./static.files/${f}">`).join(""))</script><link rel="stylesheet" href="./static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="./static.files/rustdoc-b0742ba02757f159.css"><meta name="rustdoc-vars" data-root-path="./" data-static-root-path="./static.files/" data-current-crate="lsm" data-themes="" data-resource-suffix="" data-rustdoc-version="1.83.0 (90b35a623 2024-11-26) (Fedora 1.83.0-1.fc40)" data-channel="1.83.0" data-search-js="search-f0d225181b97f9a4.js" data-settings-js="settings-805db61a62df4bd2.js" ><script src="./static.files/storage-1d39b6787ed640ff.js"></script><script defer src="./static.files/main-f070b9041d14864c.js"></script><noscript><link rel="stylesheet" href="./static.files/noscript-0111fcff984fae8f.css"></noscript><link rel="alternate icon" type="image/png" href="./static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="./static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod sys"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button><a class="logo-container" href="./index.html"><img class="rust-logo" src="./static.files/rust-logo-151179464ae7ed46.svg" alt=""></a></nav><nav class="sidebar"><div class="sidebar-crate"><a class="logo-container" href="./index.html"><img class="rust-logo" src="./static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2><a href="./index.html">Rustdoc</a><span class="version">1.83.0</span></h2></div><div class="version">(90b35a623 2024-11-26) (Fedora 1.83.0-1.fc40)</div><h2 class="location">Help</h2><div class="sidebar-elems"></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Rustdoc help</h1><span class="out-of-band"><a id="back" href="javascript:void(0)" onclick="history.back();">Back</a></span></div><noscript><section><p>You need to enable JavaScript to use keyboard commands or search.</p><p>For more information, browse the <a href="https://doc.rust-lang.org/rustdoc/">rustdoc handbook</a>.</p></section></noscript></section></div></main></body></html>

docs/lsm/all.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="List of all items in this crate"><meta name="keywords" content="rust, rustlang, rust-lang"><title>List of all items in this crate</title><link rel="stylesheet" type="text/css" href="../normalize.css"><link rel="stylesheet" type="text/css" href="../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../dark.css"><link rel="stylesheet" type="text/css" href="../light.css" id="themeStyle"><script src="../storage.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="shortcut icon" href="../favicon.ico"><style type="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><body class="rustdoc mod"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">&#9776;</div><a href='../lsm/index.html'><div class='logo-container'><img src='../rust-logo.png' alt='logo'></div></a></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!"><img src="../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices"></div></div><script src="../theme.js"></script><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><a id="settings-menu" href="../settings.html"><img src="../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><span class='out-of-band'><span id='render-detail'><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class='inner'>&#x2212;</span>]</a></span>
2-
</span>
3-
<span class='in-band'>List of all items</span></h1><h3 id='Structs'>Structs</h3><ul class='structs docblock'><li><a href='struct.AccessGroup.html'>AccessGroup</a></li><li><a href='struct.Battery.html'>Battery</a></li><li><a href='struct.BlockRange.html'>BlockRange</a></li><li><a href='struct.Capabilities.html'>Capabilities</a></li><li><a href='struct.Client.html'>Client</a></li><li><a href='struct.Disk.html'>Disk</a></li><li><a href='struct.FileSystem.html'>FileSystem</a></li><li><a href='struct.FileSystemSnapShot.html'>FileSystemSnapShot</a></li><li><a href='struct.NfsAccess.html'>NfsAccess</a></li><li><a href='struct.NfsExport.html'>NfsExport</a></li><li><a href='struct.PluginInfo.html'>PluginInfo</a></li><li><a href='struct.Pool.html'>Pool</a></li><li><a href='struct.PoolMemberInfo.html'>PoolMemberInfo</a></li><li><a href='struct.System.html'>System</a></li><li><a href='struct.TargetPort.html'>TargetPort</a></li><li><a href='struct.Volume.html'>Volume</a></li><li><a href='struct.VolumeCacheInfo.html'>VolumeCacheInfo</a></li><li><a href='struct.VolumeRaidInfo.html'>VolumeRaidInfo</a></li></ul><h3 id='Enums'>Enums</h3><ul class='enums docblock'><li><a href='enum.BatteryType.html'>BatteryType</a></li><li><a href='enum.CachePolicy.html'>CachePolicy</a></li><li><a href='enum.Capability.html'>Capability</a></li><li><a href='enum.DiskLinkType.html'>DiskLinkType</a></li><li><a href='enum.DiskType.html'>DiskType</a></li><li><a href='enum.InitiatorType.html'>InitiatorType</a></li><li><a href='enum.LsmError.html'>LsmError</a></li><li><a href='enum.PoolMember.html'>PoolMember</a></li><li><a href='enum.PortType.html'>PortType</a></li><li><a href='enum.RaidType.html'>RaidType</a></li><li><a href='enum.SystemMode.html'>SystemMode</a></li><li><a href='enum.VolumeCreateArgThinP.html'>VolumeCreateArgThinP</a></li><li><a href='enum.VolumeReplicateType.html'>VolumeReplicateType</a></li></ul><h3 id='Functions'>Functions</h3><ul class='functions docblock'><li><a href='fn.available_plugins.html'>available_plugins</a></li><li><a href='fn.size_bytes_2_size_human.html'>size_bytes_2_size_human</a></li><li><a href='fn.size_human_2_size_bytes.html'>size_human_2_size_bytes</a></li></ul></section><section id="search" class="content hidden"></section><section class="footer"></section><script>window.rootPath = "../";window.currentCrate = "lsm";</script><script src="../aliases.js"></script><script src="../main.js"></script><script defer src="../search-index.js"></script></body></html>
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="List of all items in this crate"><title>List of all items in this crate</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-b0742ba02757f159.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="lsm" data-themes="" data-resource-suffix="" data-rustdoc-version="1.83.0 (90b35a623 2024-11-26) (Fedora 1.83.0-1.fc40)" data-channel="1.83.0" data-search-js="search-f0d225181b97f9a4.js" data-settings-js="settings-805db61a62df4bd2.js" ><script src="../static.files/storage-1d39b6787ed640ff.js"></script><script defer src="../static.files/main-f070b9041d14864c.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-0111fcff984fae8f.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod sys"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../lsm/index.html">lsm</a><span class="version">0.0.2</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h3><a href="#structs">Crate Items</a></h3><ul class="block"><li><a href="#structs" title="Structs">Structs</a></li><li><a href="#enums" title="Enums">Enums</a></li><li><a href="#constants" title="Constants">Constants</a></li><li><a href="#functions" title="Functions">Functions</a></li></ul></section><div id="rustdoc-modnav"></div></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><h1>List of all items</h1><h3 id="structs">Structs</h3><ul class="all-items"><li><a href="struct.AccessGroup.html">AccessGroup</a></li><li><a href="struct.Battery.html">Battery</a></li><li><a href="struct.BlockRange.html">BlockRange</a></li><li><a href="struct.Capabilities.html">Capabilities</a></li><li><a href="struct.Client.html">Client</a></li><li><a href="struct.Disk.html">Disk</a></li><li><a href="struct.FileSystem.html">FileSystem</a></li><li><a href="struct.FileSystemSnapShot.html">FileSystemSnapShot</a></li><li><a href="struct.NfsAccess.html">NfsAccess</a></li><li><a href="struct.NfsExport.html">NfsExport</a></li><li><a href="struct.PluginInfo.html">PluginInfo</a></li><li><a href="struct.Pool.html">Pool</a></li><li><a href="struct.PoolMemberInfo.html">PoolMemberInfo</a></li><li><a href="struct.System.html">System</a></li><li><a href="struct.TargetPort.html">TargetPort</a></li><li><a href="struct.Volume.html">Volume</a></li><li><a href="struct.VolumeCacheInfo.html">VolumeCacheInfo</a></li><li><a href="struct.VolumeRaidInfo.html">VolumeRaidInfo</a></li><li><a href="local_disk/struct.LedSlot.html">local_disk::LedSlot</a></li><li><a href="local_disk/struct.LedSlots.html">local_disk::LedSlots</a></li></ul><h3 id="enums">Enums</h3><ul class="all-items"><li><a href="enum.BatteryType.html">BatteryType</a></li><li><a href="enum.CachePolicy.html">CachePolicy</a></li><li><a href="enum.Capability.html">Capability</a></li><li><a href="enum.DiskLinkType.html">DiskLinkType</a></li><li><a href="enum.DiskType.html">DiskType</a></li><li><a href="enum.InitiatorType.html">InitiatorType</a></li><li><a href="enum.LsmError.html">LsmError</a></li><li><a href="enum.PoolMember.html">PoolMember</a></li><li><a href="enum.PortType.html">PortType</a></li><li><a href="enum.RaidType.html">RaidType</a></li><li><a href="enum.SystemMode.html">SystemMode</a></li><li><a href="enum.VolumeCreateArgThinP.html">VolumeCreateArgThinP</a></li><li><a href="enum.VolumeReplicateType.html">VolumeReplicateType</a></li><li><a href="local_disk/enum.HealthStatus.html">local_disk::HealthStatus</a></li><li><a href="local_disk/enum.LinkType.html">local_disk::LinkType</a></li><li><a href="local_disk/enum.Rpm.html">local_disk::Rpm</a></li></ul><h3 id="functions">Functions</h3><ul class="all-items"><li><a href="fn.available_plugins.html">available_plugins</a></li><li><a href="local_disk/fn.fault_led_off.html">local_disk::fault_led_off</a></li><li><a href="local_disk/fn.fault_led_on.html">local_disk::fault_led_on</a></li><li><a href="local_disk/fn.health_get.html">local_disk::health_get</a></li><li><a href="local_disk/fn.ident_led_off.html">local_disk::ident_led_off</a></li><li><a href="local_disk/fn.ident_led_on.html">local_disk::ident_led_on</a></li><li><a href="local_disk/fn.led_status_get.html">local_disk::led_status_get</a></li><li><a href="local_disk/fn.link_speed_get.html">local_disk::link_speed_get</a></li><li><a href="local_disk/fn.link_type_get.html">local_disk::link_type_get</a></li><li><a href="local_disk/fn.list.html">local_disk::list</a></li><li><a href="local_disk/fn.rpm_get.html">local_disk::rpm_get</a></li><li><a href="local_disk/fn.serial_num_get.html">local_disk::serial_num_get</a></li><li><a href="local_disk/fn.vpd83_get.html">local_disk::vpd83_get</a></li><li><a href="local_disk/fn.vpd83_search.html">local_disk::vpd83_search</a></li><li><a href="fn.size_bytes_2_size_human.html">size_bytes_2_size_human</a></li><li><a href="fn.size_human_2_size_bytes.html">size_human_2_size_bytes</a></li></ul><h3 id="constants">Constants</h3><ul class="all-items"><li><a href="local_disk/constant.LED_STATUS_FAULT_OFF.html">local_disk::LED_STATUS_FAULT_OFF</a></li><li><a href="local_disk/constant.LED_STATUS_FAULT_ON.html">local_disk::LED_STATUS_FAULT_ON</a></li><li><a href="local_disk/constant.LED_STATUS_FAULT_UNKNOWN.html">local_disk::LED_STATUS_FAULT_UNKNOWN</a></li><li><a href="local_disk/constant.LED_STATUS_IDENT_OFF.html">local_disk::LED_STATUS_IDENT_OFF</a></li><li><a href="local_disk/constant.LED_STATUS_IDENT_ON.html">local_disk::LED_STATUS_IDENT_ON</a></li><li><a href="local_disk/constant.LED_STATUS_IDENT_UNKNOWN.html">local_disk::LED_STATUS_IDENT_UNKNOWN</a></li><li><a href="local_disk/constant.LED_STATUS_UNKNOWN.html">local_disk::LED_STATUS_UNKNOWN</a></li></ul></section></div></main></body></html>

docs/lsm/client/fn.available_plugins.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="refresh" content="0;URL=../../lsm/fn.available_plugins.html">
5+
<title>Redirection</title>
56
</head>
67
<body>
78
<p>Redirecting to <a href="../../lsm/fn.available_plugins.html">../../lsm/fn.available_plugins.html</a>...</p>

docs/lsm/client/struct.Client.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="refresh" content="0;URL=../../lsm/struct.Client.html">
5+
<title>Redirection</title>
56
</head>
67
<body>
78
<p>Redirecting to <a href="../../lsm/struct.Client.html">../../lsm/struct.Client.html</a>...</p>

docs/lsm/client/struct.PluginInfo.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="refresh" content="0;URL=../../lsm/struct.PluginInfo.html">
5+
<title>Redirection</title>
56
</head>
67
<body>
78
<p>Redirecting to <a href="../../lsm/struct.PluginInfo.html">../../lsm/struct.PluginInfo.html</a>...</p>

docs/lsm/data/enum.BatteryType.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="refresh" content="0;URL=../../lsm/enum.BatteryType.html">
5+
<title>Redirection</title>
56
</head>
67
<body>
78
<p>Redirecting to <a href="../../lsm/enum.BatteryType.html">../../lsm/enum.BatteryType.html</a>...</p>

docs/lsm/data/enum.CachePolicy.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="refresh" content="0;URL=../../lsm/enum.CachePolicy.html">
5+
<title>Redirection</title>
56
</head>
67
<body>
78
<p>Redirecting to <a href="../../lsm/enum.CachePolicy.html">../../lsm/enum.CachePolicy.html</a>...</p>

docs/lsm/data/enum.Capability.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="refresh" content="0;URL=../../lsm/enum.Capability.html">
5+
<title>Redirection</title>
56
</head>
67
<body>
78
<p>Redirecting to <a href="../../lsm/enum.Capability.html">../../lsm/enum.Capability.html</a>...</p>

docs/lsm/data/enum.DiskLinkType.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="refresh" content="0;URL=../../lsm/enum.DiskLinkType.html">
5+
<title>Redirection</title>
56
</head>
67
<body>
78
<p>Redirecting to <a href="../../lsm/enum.DiskLinkType.html">../../lsm/enum.DiskLinkType.html</a>...</p>

docs/lsm/data/enum.DiskType.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="refresh" content="0;URL=../../lsm/enum.DiskType.html">
5+
<title>Redirection</title>
56
</head>
67
<body>
78
<p>Redirecting to <a href="../../lsm/enum.DiskType.html">../../lsm/enum.DiskType.html</a>...</p>

docs/lsm/data/enum.InitiatorType.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="refresh" content="0;URL=../../lsm/enum.InitiatorType.html">
5+
<title>Redirection</title>
56
</head>
67
<body>
78
<p>Redirecting to <a href="../../lsm/enum.InitiatorType.html">../../lsm/enum.InitiatorType.html</a>...</p>

docs/lsm/data/enum.PoolMember.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="refresh" content="0;URL=../../lsm/enum.PoolMember.html">
5+
<title>Redirection</title>
56
</head>
67
<body>
78
<p>Redirecting to <a href="../../lsm/enum.PoolMember.html">../../lsm/enum.PoolMember.html</a>...</p>

docs/lsm/data/enum.PortType.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="refresh" content="0;URL=../../lsm/enum.PortType.html">
5+
<title>Redirection</title>
56
</head>
67
<body>
78
<p>Redirecting to <a href="../../lsm/enum.PortType.html">../../lsm/enum.PortType.html</a>...</p>

docs/lsm/data/enum.RaidType.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="refresh" content="0;URL=../../lsm/enum.RaidType.html">
5+
<title>Redirection</title>
56
</head>
67
<body>
78
<p>Redirecting to <a href="../../lsm/enum.RaidType.html">../../lsm/enum.RaidType.html</a>...</p>

docs/lsm/data/enum.SystemMode.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="refresh" content="0;URL=../../lsm/enum.SystemMode.html">
5+
<title>Redirection</title>
56
</head>
67
<body>
78
<p>Redirecting to <a href="../../lsm/enum.SystemMode.html">../../lsm/enum.SystemMode.html</a>...</p>

docs/lsm/data/enum.VolumeCreateArgThinP.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="refresh" content="0;URL=../../lsm/enum.VolumeCreateArgThinP.html">
5+
<title>Redirection</title>
56
</head>
67
<body>
78
<p>Redirecting to <a href="../../lsm/enum.VolumeCreateArgThinP.html">../../lsm/enum.VolumeCreateArgThinP.html</a>...</p>

docs/lsm/data/enum.VolumeReplicateType.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="refresh" content="0;URL=../../lsm/enum.VolumeReplicateType.html">
5+
<title>Redirection</title>
56
</head>
67
<body>
78
<p>Redirecting to <a href="../../lsm/enum.VolumeReplicateType.html">../../lsm/enum.VolumeReplicateType.html</a>...</p>

docs/lsm/data/struct.AccessGroup.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="refresh" content="0;URL=../../lsm/struct.AccessGroup.html">
5+
<title>Redirection</title>
56
</head>
67
<body>
78
<p>Redirecting to <a href="../../lsm/struct.AccessGroup.html">../../lsm/struct.AccessGroup.html</a>...</p>

0 commit comments

Comments
 (0)