You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/compute-daemons/readme.md
+30-6Lines changed: 30 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ categories: setup
7
7
8
8
Rabbit software requires two daemons be installed and run on each compute node. Each daemon shares similar build, package, and installation processes described below.
9
9
10
-
- The [***Client Mount***](https://github.com/DataWorkflowServices/dws/tree/master/mount-daemon) daemon, `clientmount`, provides the support for mounting Rabbit hosted file systems on compute nodes.
10
+
- The [***Client Mount***](https://github.com/NearNodeFlash/nnf-sos/tree/master/mount-daemon) daemon, `clientmount`, provides the support for mounting Rabbit hosted file systems on compute nodes.
11
11
- The [***Data Movement***](https://github.com/NearNodeFlash/nnf-dm/tree/master/daemons/compute) daemon, `nnf-dm`, supports creating, monitoring, and managing data movement (copy-offload) operations
12
12
13
13
## Building from source
@@ -30,8 +30,8 @@ NNF software defines a Kubernetes Service Account for granting communication pri
30
30
31
31
| Compute Daemon | Service Account | Namespace |
32
32
| -------------- | --------------- | --------- |
33
-
| Client Mount |dws-controller-manager|dws-system |
34
-
| Data Movement | nnf-dm-controller-manager| nnf-dm-system |
33
+
| Client Mount |nnf-clientmount|nnf-system |
34
+
| Data Movement | nnf-dm-daemon| nnf-dm-system |
35
35
36
36
```bash
37
37
#!/bin/bash
@@ -61,7 +61,7 @@ The command line arguments can be provided to the service definition or as an ov
61
61
|`--nnf-node-name=[RABBIT-NODE-NAME]`|`nnf-dm` daemon only. Name of the rabbit node connected to this compute node as described in the System Configuration. If not provided, the `--node-name` value is used to find the associated Rabbit node in the System Configuration. |
62
62
|`--sys-config=[NAME]`|`nnf-dm` daemon only. The System Configuration resource's name. Defaults to `default`|
0 commit comments