Beiträge von mmiat

    continue from above:


    this is a very old thread, but I've the same problem


    lrwxrwxrwx 1 root root 9 mar 3 13:45 /dev/disk/by-id/scsi-SATA_WDC_WD20EFRX-68_WD-WCC4M2621949 -> ../../sdd
    WDC WD20EFRX-68E


    I've XenServer and linked OMV to it
    using iSCSI, I transfer Virtual Disk at about 40Mb/s
    using NFS, I transfer at 20Mb/s
    same hardware, same network
    and, if I transfer files from another server using SSH I can transfer at 100Mb/s
    why so slow?


    I'm not sure, but using NFS cpu is at 5-10%, using iSCSI was at 30-40%
    how I can increase perfomance?


    thanks

    I've thinked of creating a NEW lv and copy from old lv, but:


    Code
    mount /dev/gruppo/volume_logico_titanio_lost /mnt
    mount: unknown filesystem type 'LVM2_member'


    however, lvscan see all logical volumes, so it's not lost

    Code
    dpkg -l | grep iscsi
    ii  iscsitarget                         1.4.20.3+svn502-1             amd64        iSCSI Enterprise Target userland tools
    ii  iscsitarget-dkms                    1.4.20.3+svn502-1             all          iSCSI Enterprise Target kernel module source - dkms version
    ii  openmediavault-iscsitarget          2.0                           all          OpenMediaVault iSCSI Enterprise Target plugin


    it's ok, if I create a NEW logical volume I can access it

    I changed


    Code
    listen [::]:80 default_server ipv6only=off;


    with


    Code
    listen 80;


    in /etc/nginx/sites-available/openmediavault-webgui and now it works


    BUT


    iscsi can't see any more logic volumes, my data are lost !!! :( :( :(

    tragic !!! :(


    I installed 3.16 and reinstalled iscsitarget, but nginx doesn't start any more:


    Code
    root@nas236:[~]#/etc/init.d/nginx restart
    Restarting nginx: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
    nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
    nginx: configuration file /etc/nginx/nginx.conf test failed

    Hi
    I've 4 disks, I created RAID5 and OMV create filesystem too (ext4 using the whole space).... it's not mounted, I try to delete it but nothing happens. I can mount and umount it successfully, it's not corrupted or in use. how can I fix? thanks

    Hi
    I downloaded OMV 2.1 and tried to install, I select /dev/sde disk but when it has to install grub2 failed, and try to install in /dev/sda
    I tried to install grub from console but it failed too, grub-install not found
    thanks

    hi to all


    I've an ML310 with 1 dualcore cpu, and I use it as NAS for some VMs installed on XenServer on other ProLiant server. Network is gigabit.


    I've no slow / problems with VM, but when I work on some VM (copying files, programs installation, and so on...) load average is about 5 (!). If I start htop cpu is about 3-5%, ram is 350MB of 4GB. I have to worry about load average?


    Another thing is that I've configured notifications, and when load average is high I receive many email, too much.... But I don't want disable it, is it possible to configure that OMV send me notification every 15-30 minutes or only once per hour and not always?


    Thanks