Revision f3eb4bfd

b/src/Ganeti/Path.hs
33 33
  , defaultWConfdSocket
34 34
  , confdHmacKey
35 35
  , clusterConfFile
36
  , lockStatusFile
36 37
  , watcherPauseFile
37 38
  , nodedCertFile
38 39
  , nodedClientCertFile
......
107 108
clusterConfFile :: IO FilePath
108 109
clusterConfFile  = dataDirP "config.data"
109 110

  
111
-- | Path to the file representing the lock status.
112
lockStatusFile :: IO FilePath
113
lockStatusFile  = dataDirP "locks.data"
114

  
110 115
-- | Path to the watcher pause file.
111 116
watcherPauseFile :: IO FilePath
112 117
watcherPauseFile = dataDirP "watcher.pause"

Also available in: Unified diff