-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstopShell.xml
More file actions
18 lines (17 loc) · 915 Bytes
/
stopShell.xml
File metadata and controls
18 lines (17 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<Plugin>True</Plugin>
<PluginURL>https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.stop.shell.plg</PluginURL>
<PluginAuthor>Bergware</PluginAuthor>
<Beta>False</Beta>
<MinVer>6.4.0</MinVer>
<Date>2018-01-13</Date>
<Category>Tools:System</Category>
<Name>Dynamix Stop Shell</Name>
<Description>
The Dynamix Stop Shell plugin adds a script which gets invoked when the array is stopped. This script looks for any open shells in /mnt/... and terminate them. This ensures the array can be stopped.
Be aware that automatic terminating of open shells may lead to data loss if an active process is writing to the array.
</Description>
<Support>http://lime-technology.com/forum/index.php?topic=36543.0</Support>
<Icon>https://raw.githubusercontent.com/bergware/dynamix-plugins/master/dynamix.stop.shell.png</Icon>
</Containers>