Inappropriate ioctl for device while reading....

Discussion in 'HOWTO-Related Questions' started by MaxxNevis, Nov 12, 2013.

  1. MaxxNevis

    MaxxNevis New Member

    Hi @all,

    Thanks for ISPConfig it's my company's main web control panel and worth trying and using for a production system like mine.

    I've got an ISPconfig cluster with 12+ VMs with mail, mysql, dns and sites spread across the cluster mirrored and copied over he systems using glusterfs. I've seen these last few week son the ispconfig cron logs this:

    Code:
    Tue Nov 12 16:33:01 EST 2013 chattr: Inappropriate ioctl for device while reading flags on /var/www/clients/client1/web6
    
    I've read and noticed that NFS/GlusterFS doesn't support these attribute changes.

    my file-systems is mounted with the foullowing according to mount(5)

    Code:
    /etc/glusterfs/glusterfs-www.vol on /var/www type fuse.glusterfs (rw,allow_other,default_permissions,max_read=131072)
    /var/log/ispconfig/httpd/wxxxa.com on /var/www/clients/client1/web2/log type none (rw,bind,nobootwait)
    /var/log/ispconfig/httpd/doxxxre.com on /var/www/clients/client2/web3/log type none (rw,bind,nobootwait)
    /var/log/ispconfig/httpd/pxxxbate.com on /var/www/clients/client1/web4/log type none (rw,bind,nobootwait)
    /var/log/ispconfig/httpd/support.xxx.com on /var/www/clients/client1/web6/log type none (rw,bind,nobootwait)
    
    I don't see it causing any serious issue apart from cludging the logs. any ideas on how to correct mount the file-system, I know I may be missing something or doing it wrong.

    Thank you very much
     

Share This Page