summaryrefslogtreecommitdiffstats
path: root/doc/FLAGS
blob: 4a3c08e6f67c06b35ab0a778dee8c87f974c0d62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
This file describes all flags you can use as dependencies in plugins.
The general structure of flag name is category_subsystem_part_lowerpart_...
For every level of the hierarchy should exist FlagTrackerPlugin which will set the master flags, when everything is OK.

experimental
  Flag denoting plugin as experimental and not to be run except in testing environment and by advanced users.
  Do not provide in any plugin! Dependency flag only!

unsafe
  This plugin works, but can cause damage when the planets are badly aligned. Run only if you know what are you doing.
  Do not providein any plugin! Dependency flag only!

root
  This plugin has to run in root environment. Dependency flag only!

arch-x86 - I'm running on x86 machine. Dependency flag only!
  There may be set also the subtype flags: arch-i?86, arch-x86_64

arch-ppc - I'm running on ppc machine. Dependency flag only!
  There may be set also the subtype flags: arch-ppc64

arch-s390 - I'm running on ppc machine. Dependency flag only!
  There may be set also the subtype flags: arch-s390x

storage
  All storage related tests ran with Not applicable or OK results

storage_lvm
  LVM is present and OK

storage_md
  MD is present and OK

storage_<filesystem name>
  All filesystems of this type are OK

storage_layout
  Direstory structure of installed box is OK

boot
  All tests for bootable box ran with Not applicable or OK results

boot_grub
boot_lilo
  Bootloader is present and OK

boot_kernel
boot_initrd
  The booting kernel/initrd pair is present and OK

boot_kernel_modules
  All checked modules are present and OK

boot_kernel_modules_<modulename>
  Module is present and supposed to work

network
  All network related tests ran with Not applicable or OK results

network_link
network_hostname
network_hosts
network_dhcp
network_dns
network_firewall
  Part of network configuration was checked and appears OK

rpm
rpm_consistent
  RPM database is in OK state and contains the right information
rpm_lowlevel
  RPM database has all required files and databases working