Tagged Questions
4
votes
1answer
369 views
NFS server causes high load even when idle
I have an Ubuntu (12.04) NFS server that has a high load (larger than 10) even when nothing is running.
In detail, the storage is provided by an iSCSI device, on which I have 5 logical volumes (LVM) ...
3
votes
2answers
245 views
iSCSI device mapped to different SCSI device
I have an iSCSI disk array connected to a server (Ubuntu). When I login with
iscsiadm -m node --login -p 192.168.1.240
the device used to appear as /dev/sdb. I created a volume group with LVM using ...