services: science.scm: Add missing copyright headers.
[jackhill/guix/guix.git] / gnu / services / ganeti.scm
index 80a6181..0a34ea6 100644 (file)
@@ -430,7 +430,7 @@ appropriate requests to this daemon.")))
                 (description
                  "@command{ganeti-luxid} is a daemon used to answer queries
 related to the configuration and the current live state of a Ganeti cluster.
-Additionally, it is the autorative daemon for the Ganeti job queue.  Jobs can
+Additionally, it is the authoritative daemon for the Ganeti job queue.  Jobs can
 be submitted via this daemon and it schedules and starts them.")))
 
 (define-record-type* <ganeti-rapi-configuration>
@@ -450,7 +450,7 @@ be submitted via this daemon and it schedules and starts them.")))
   (max-clients ganeti-rapi-configuration-max-clients    ;integer
                (default 20))
   (ssl?        ganeti-rapi-configuration-ssl?           ;Boolean
-               (default #f))
+               (default #t))
   (ssl-key     ganeti-rapi-configuration-ssl-key        ;string
                (default "/var/lib/ganeti/server.pem"))
   (ssl-cert    ganeti-rapi-configuration-ssl-cert       ;string
@@ -550,7 +550,7 @@ The KVM daemon monitors, using @code{inotify}, KVM instances through their QMP
 sockets, which are provided by KVM.  Using the QMP sockets, the KVM daemon
 listens for particular shutdown, powerdown, and stop events which will determine
 if a given instance was shutdown by the user or Ganeti, and this result is
-communicated to Ganeti via a special file in the filesystem.")))
+communicated to Ganeti via a special file in the file system.")))
 
 (define-record-type* <ganeti-mond-configuration>
   ganeti-mond-configuration make-ganeti-mond-configuration
@@ -660,7 +660,7 @@ information to OS install scripts or instances.")))
      #~(lambda ()
          (system* #$(file-append ganeti "/sbin/ganeti-watcher")
                   #$@(if rapi-ip
-                         #~(string-append "--rapi-ip=" #$rapi-ip)
+                         #~((string-append "--rapi-ip=" #$rapi-ip))
                          #~())
                   #$(string-append "--job-age=" (number->string job-age))
                   #$@(if verify-disks?