[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Nbd] Multiple exports



Hi,

I would like to export two different files on different ports.
Therefore, I have added to export sections to the config file of the nbd-server:

        [export]
	exportname = /var/foo/abc.nbd
	port = 2288
	readonly = true

        [export]
	exportname = /var/foo/123.nbd
	port = 2289
	readonly = true

But that does not work. Only the last entry is exorted.

How can I export two files? Is that possible at all?

TIA for any help,
Thomas



Reply to: