# fish completions for mdadm, as documented under Debian Stretch (mdadm v3.4)
# Known lacks:
# - be more contextual: suggest according to available files, devices, arrays…
# - especially, suggest values for levels, metadata format… according to the already given parameters
# - some descriptions are not very useful, even a bit Captain Obvious-like
# - some options could see their meaning in different contexts explained with different completions with proper tests for context
# - misc and manage modes could be tested for, and the corresponding options proposed only in the right context
#
# -n tests have been simplified when __fish_contains_opt …; or _fish_not_contain_opt …: the options in the first test were removed from the second one,
# as their absence has already been checked, because this absence caused evaluation of __fish_not_contain_opt
# In the next 7 lines, the tested option is maintained into the search list to prevent suggesting it if it has already been used, as they cannot be used twice
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-s A -l assemble -d"Assemble a pre-existing array"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-s B -l build -d"Build a legacy array without superblocks"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-s C -l create -d"Create a new array"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-s F -l follow -l monitor -d"Select monitor mode"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-s G -l grow -d"Change the size or shape of an active array"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-s I -l incremental -d"Manage devices in array, and possibly start it"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-l auto-detect -d"Start all auto-detected arrays"
complete-c mdadm -s h -lhelp-d"Display help"
complete-c mdadm -lhelp-options -d"Display more detailed help"
complete-c mdadm -s V -l version -d"Print version information"
complete-c mdadm -s v -l verbose -d"Be more verbose"
complete-c mdadm -s q -l quiet -d"Be quiet"
complete-c mdadm -s f -l force -d"Force operation"
complete-c mdadm -s c -l config -r-d"Specify config file or directory"
complete-c mdadm -s s -l scan -d"Scan for missing information"
complete-c mdadm -n'__fish_contains_opt -s B build -s C create -s G grow; or __fish_not_contain_opt -s A assemble -s F follow monitor -s I incremental auto-detect'-s n -l raid-devices -x-d"Specify the number of active devices"
complete-c mdadm -n'__fish_contains_opt -s B build -s C create -s G grow'-s x -l spare-devices -x-d"Specify the number of spare devices"
complete-c mdadm -n'__fish_contains_opt -s B build -s C create -s G grow'-s z -l size -x-d"Specify the space to use from each drive"
complete-c mdadm -n'__fish_contains_opt -s G grow'-s Z -l array-size -x-d"Specify the size made available on the array"
complete-c mdadm -n'__fish_contains_opt -s B build -s C create -s G grow'-s c -l chunk -x-d"Specify the chunk size"
complete-c mdadm -n'__fish_contains_opt -s B build -s C create -s G grow'-l rounding -x-d"Specify rounding factor"
complete-c mdadm -n'__fish_contains_opt -s B build -s C create -s G grow'-s l -l level -a __fish_mdadm_level_options -x-d"Specify RAID level"
complete-c mdadm -n'__fish_contains_opt -s B build -s C create -s G grow'-s p -l layout -l parity -a __fish_mdadm_layout_options -x-d"Specify data layout"
complete-c mdadm -n'__fish_contains_opt -s A assemble -s B build -s C create -s G grow'-s b -l bitmap -r-d"Specify file for write-intent bitmap"
complete-c mdadm -n'__fish_contains_opt -s B build -s C create -s G grow'-l bitmap-chunk -x-d"Specify chunksize of bitmap"
complete-c mdadm -n'__fish_contains_opt -s B build -s C create -s G grow -s a add'-s W -l write-mostly -d"Prefer reading from other devices than these"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-l readwrite -d"Enable writes on array or device"
complete-c mdadm -n'__fish_contains_opt -s B build -s C create; or __fish_not_contain_opt -s A assemble -s F follow monitor -s G grow -s I incremental'-s o -l readonly -d"Disable writes on array"
complete-c mdadm -n'__fish_contains_opt -s B build -s C create -s G grow'-l write-behind -x-d"Enable write-behind mode"
complete-c mdadm -n'__fish_contains_opt -s B build -s C create -s G grow'-l assume-clean -d"Assume the array is clean"
complete-c mdadm -n'__fish_contains_opt -s A assemble -s G grow'-l backup-file -r-d"Use this file as a backup"
complete-c mdadm -n'__fish_contains_opt -s B build -s C create -s G grow'-l data-offset -x-d"Specify start of array data"
complete-c mdadm -n'__fish_contains_opt -s A assemble -s B build -s C create'-s N -l name -x-d"Set array name"
complete-c mdadm -n'__fish_contains_opt -s A assemble -s B build -s C create -s I incremental; or __fish_not_contain_opt -s F follow monitor -s G grow'-s R -l run -d"Run array despite warnings"
complete-c mdadm -n'__fish_contains_opt -s A assemble -s B build -s C create'-s a -l auto -l level -a __fish_mdadm_level_options -x-d"Give instruction for device file"# May be improved with device numbers management
complete-c mdadm -n'__fish_contains_opt -s A assemble'-l freeze-reshape -d"Freeze --grow command"
complete-c mdadm -n'__fish_contains_opt -s F follow monitor; or __fish_not_contain_opt -s A assemble -s B build -s C create -s G grow -s I incremental auto-detect'-s t -l test -d"Test mode"# To be clarified
complete-c mdadm -n'__fish_contains_opt -s G grow; or __fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s I incremental auto-detect'-s a -l add -d"Hot-add listed devices"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-l re-add -d"Re-add a previously removed device"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-l add-spare -d"Hot-add listed devices as spare"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-s r -l remove -d"Remove listed inactive devices"
complete-c mdadm -n'__fish_contains_opt -s I incremental; or __fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow auto-detect'-s f -l fail -l set-faulty -d"Mark listed devices as faulty"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-l replace -d"Mark listed devices as requiring replacement"
complete-c mdadm -n'__fish_contains_opt replace'-l with -d"Give devices as replacement"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-l cluster-confirm -d"Confirm existence of device"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-s Q -l query -d"Examine device for md use"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-s D -l detail -d"Print details on array"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-l detail-platform -d"Print details on platform capabilities"
complete-c mdadm -n'__fish_contains_opt -s I incremental; or __fish_contains_opt -s D detail; or __fish_contains_opt detail-platform; or __fish_contains_opt -s E examine'-s Y -l export -d"Format data output as key=value pairs"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-s E -l examine -d"Print content of device metadata"
complete-c mdadm -n'__fish_contains_opt -s E examine; or __fish_contains_opt -s A assemble'-l sparc2.2-d"Fix examination for buggy SPARC 2.2 kernel RAID"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-s X -l examine-bitmap -d"Print report about bitmap"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-l examine-badblocks -d"List recorded bad blocks"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-l dump -r-d"Dump metadata to directory"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-l restore -r-d"Restore metadata from directory"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-s S -l stop -d"Deactivate array"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-l zero-superblock -d"Erase possible superblock"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-lkill-subarray -r-d"Delete subarray"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-l update-subarray -r-d"Update subarray"# To be clarified
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-s W -lwait-d"Wait for pending operations"
complete-c mdadm -lwait-clean -d"Mark array as clean ASAP"
complete-c mdadm -n'__fish_not_contain_opt -s A assemble -s B build -s C create -s F follow monitor -s G grow -s I incremental auto-detect'-l action -a __fish_mdadm_action_options -x-d"Set sync action for md devices"
complete-c mdadm -n'__fish_contains_opt -s I incremental'-s r -l rebuild-map -d"Rebuild /run/mdadm/map"
complete-c mdadm -n'__fish_contains_opt -s I incremental; and __fish_contains_opt -s f fail set-faulty'-l path -r-d"Automatically add eventually appearing device to array"
complete-c mdadm -n'__fish_contains_opt -s F follow monitor'-s m -l mail -x-d"Mail address to send alerts to"
complete-c mdadm -n'__fish_contains_opt -s F follow monitor'-s p -l program -l alert -x-d"Program to run in case of an event"
complete-c mdadm -n'__fish_contains_opt -s F follow monitor'-s y -l syslog -d"Record events in syslog"
complete-c mdadm -n'__fish_contains_opt -s F follow monitor'-s d -l delay -x-d"Polling interval"
complete-c mdadm -n'__fish_contains_opt -s F follow monitor'-s r -l increment -x-d"Generate RebuildNN events each given percentage"
complete-c mdadm -n'__fish_contains_opt -s F follow monitor'-s f -l daemonise -d"Run monitor mode as a daemon"
complete-c mdadm -n'__fish_contains_opt -s F follow monitor; and __fish_contains_opt -s 1 oneshot'-s i -l pid-file -r-d"Write PID file when running as a daemon"
complete-c mdadm -n'__fish_contains_opt -s F follow monitor'-s1-l oneshot -d"Check arrays only once"
complete-c mdadm -n'__fish_contains_opt -s F follow monitor'-l no-sharing -d"Do not move spares between arrays"
complete-c mdadm -n'__fish_contains_opt -s D detail; or __fish_contains_opt -s E examine'-s b -l brief -d"Be more concise"