-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
34 lines (19 loc) · 629 Bytes
/
Copy pathREADME
File metadata and controls
34 lines (19 loc) · 629 Bytes
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
node-disktopo
node-disktopo is a Node.js addon that interfaces to libtopo allowing node programs to
to receive disk topologies.
Status
If you have JBODs with disks it should return your topology.
Platform
This should work on Solaris and derivatives
Installation/Configuration
% node-waf configure
% node-waf build
API
There is one function implemented
list()
EXAMPLES
Try it with ./topo.js
BUILD
I was not able to use it without relocation errors with a default
node-waf build
g++ -I/usr/local/include/node -o disktopo.node ../../disktopo.cc -fPIC -DPIC -shared -L/usr/lib/fm -R/usr/lib/fm -ltopo -L/usr/local/lib