Revision b9b5acc3 src/Ganeti/HsConstants.hs

b/src/Ganeti/HsConstants.hs
3632 3632
uidpoolUidMax :: Integer
3633 3633
uidpoolUidMax = 2 ^ 32 - 1
3634 3634

  
3635
-- | Name or path of the pgrep command
3636
pgrep :: String
3637
pgrep = "pgrep"
3638

  
3639
-- | Name of the node group that gets created at cluster init or
3640
-- upgrade
3641
initialNodeGroupName :: String
3642
initialNodeGroupName = "default"
3643

  
3635 3644
-- * Possible values for NodeGroup.alloc_policy
3636 3645

  
3637 3646
allocPolicyLastResort :: String

Also available in: Unified diff