I'm trying to find out if I can add more than 16 nbd devices, because I would need at least 20, is this possible ?
I tried more than 16 but it did not work, only 16 devices show ...
The way I added now is:
	
	
	
		
Please advise...
				
			I tried more than 16 but it did not work, only 16 devices show ...
The way I added now is:
		Code:
	
	modprobe nbd max_part=16
echo "nbd" >> /etc/modules
cat > /etc/modprobe.d/nbd.conf <<\EOT
options nbd max_part=16
EOTPlease advise...
 
	