diff --git a/etc/examples/formats/opal-asyncip.conf b/etc/examples/formats/opal-asyncip.conf new file mode 100644 index 000000000..e9739b9c4 --- /dev/null +++ b/etc/examples/formats/opal-asyncip.conf @@ -0,0 +1,12 @@ +nodes = { + node = { + type = "file" + uri = "/dev/null" + + format = { + type = "opal-asyncip" + + dev_id = 99 + } + } +}