search for: netfs

Displaying 20 results from an estimated 168 matches for "netfs".

2006 Oct 02
3
Problem with NFS mount after upgrade to 4.4
...11:47:34 s2 mount: mount: mount to NFS server '192.168.140.13' failed: Oct 2 11:47:34 s2 mount: System Error: No route to host. Oct 2 11:47:40 s2 mount: mount: mount to NFS server '192.168.140.13' failed: Oct 2 11:47:40 s2 mount: System Error: No route to host. Oct 2 11:47:40 s2 netfs: Mounting NFS filesystems: failed Oct 2 11:47:40 s2 netfs: Mounting other filesystems: succeeded This CentOS is only a client NFS. If i run "/etc/init.d/netfs start" shares are mount regolary. It can't be a network problem, the only one changes i have made to this server is upgra...
2009 Jul 09
1
[PATCH 1/5 ovirt-server] Add glusterfs to task-omatic API for {task_storage,utils}
...on it. In this case, all we need to @@ -293,6 +295,54 @@ class NFSLibvirtPool < LibvirtPool end end +class GLUSTERFSLibvirtPool < LibvirtPool + def initialize(ip_addr, export_path, logger) + target = "#{ip_addr}-#{export_path.tr('/', '_')}" + super('netfs', target, logger) + + @type = 'netfs' + @host = ip_addr + @remote_vol = export_path + + @xml.root.elements["source"].add_element("host", {"name" => @host}) + @xml.root.elements["source"].add_element("dir", {"path&q...
2006 Feb 02
1
how to set share folder for every user ?
Dear Member, Thanks for your help. I have some problem in user folder maping, help me. My Smb share is [netf] path = /netf/user here i have folder for all the users right now i have 4 users for all the 4 users i have 4 folders this is their home folder while creating linux user i have specfied this path. i have 1 more folder named scan which is to be shared by all the users. 1) canny 2)
2016 Feb 10
1
Unable to create raw volume on netfs storage (Operation not permitted)
...and a group called vstorage (uid:1000,gid:500) Then created a folder /pool owned by this user, permission 777 And exported it via nfs in /etc/exports: /pool 123.123.123.3(rw,async,no_subtree_check,all_squash,anonuid=1000,anongid=500) On the vHost I defined the pool via XML: <pool type='netfs'> <name>pool</name> <source> <host name='123.123.123.2'/> <dir path='pool'/> <format type='nfs'/> </source> <target> <path>/var/lib/virt/images</path> </target> </pool>...
2013 Apr 24
4
r-x and r-x.
...oting NetworkManger scripts. I see a difference in machine A : drwxr-xr-x 2 root root 4096 apr 24 16:33 . drwxr-xr-x 5 root root 4096 jan 9 12:13 .. -rwxr-xr-x 1 root root 175 jan 9 12:13 00-netreport -rwxr-xr-x 1 root root 335 okt 22 2012 04-iscsi -rwxr-xr-x 1 root root 345 jan 9 12:13 05-netfs -rwxr-xr-x 1 root root 926 sep 25 2012 10-dhclient -rwxr-xr-x 1 root root 301 apr 24 15:58 20-backuplauncher -rwxr-xr-x 1 root root 220 jun 22 2012 yum-NetworkManager-dispatcher and machine B: drwxr-xr-x. 2 root root 4096 apr 24 16:34 . drwxr-xr-x. 5 root root 4096 apr 23 12:06 .. -rwxr-xr-x...
2016 Apr 13
2
Re: [libvirt] Libvirtd running as root tries to access oneadmin (OpenNebula) NFS mount but throws: error: can’t canonicalize path
...n Ferlan wrote: >>>> Having/using a root squash via an NFS pool is "easy" (famous last >>>> words) >>>> >>>> Create some pool XML (taking the example I have) >>>> >>>> % cat nfs.xml >>>> <pool type='netfs'> >>>> <name>rootsquash</name> >>>> <source> >>>> <host name='localhost'/> >>>> <dir path='/home/bzs/rootsquash/nfs'/> >>>> <format type='nfs&...
2008 Feb 14
2
kickstart file problem
...ices"|/sbin/chkconfig atd off|/sbin/chkconfig autofs off|/sbin/chkconfig avahi-daemon off|/sbin/chkconfig bluetooth off|/sbin/chkconfig cpuspeed off|/sbin/chkconfig cups off|/sbin/chkconfig gpm off|/sbin/chkconfig hidd off|/sbin/chkconfig ip6tables off|/sbin/chkconfig pcscd off|/sbin/chkconfig netfs --add|/sbin/chkconfig netfs on|# relocate tmp|echo "relocate root"|rm -rf /tmp|ln -s /var/tmp /tmp|# add lustre module configuration|echo "add lustre module configuration"|echo "options lnet networks=tcp0(eth1,eth0)" >> /etc/modprobe.conf|# create motd|echo &quot...
1999 Nov 24
4
smbmount from fstab
I've seen several references to running smbmount from /etc/fstab, but I've never seen an example. Does anyone have an example fstab entry that does this? Thanks Steve Litt
2011 Aug 21
1
Multipath w/ iscsi
I have several CentOS 6 boxes that mount iscsi based luns and use mpath. They all had problems shutting down as a result of unused maps not getting flushed as the system halted. After examining the init scripts, netfs, iscsi and multipathd all had the correct order but mpath failed to flush these maps and the system waited indefinitely. In the meantime I hacked this by adding a `/sbin/multipath -F` at the end of the stop clause in the init script. I seriously doubt this problems exists w/o being the result of...
2016 Apr 14
0
Re: [libvirt] Libvirtd running as root tries to access oneadmin (OpenNebula) NFS mount but throws: error: can’t canonicalize path
...>> Having/using a root squash via an NFS pool is "easy" (famous last >>>>> words) >>>>> >>>>> Create some pool XML (taking the example I have) >>>>> >>>>> % cat nfs.xml >>>>> <pool type='netfs'> >>>>> <name>rootsquash</name> >>>>> <source> >>>>> <host name='localhost'/> >>>>> <dir path='/home/bzs/rootsquash/nfs'/> >>>>>...
2008 Oct 09
2
samba v2 works, v3 does not - Unix groups
...staff do not :-( ) The following entry for www shows (in comments) the variations I have attempted. (before the testparm does its stuff). read/write list also been commented out. to try and rely only on Unix group but no improvement. [www] comment = WWW directory path = /export/netfs/www ; valid users = +staff ; valid users = fred, john, mary public = no writable = yes read list = +staff, +webadmin write list = +staff, +webadmin create mode = 0775 ############################################# ### The file.....with only ot...
2006 Feb 09
1
Samba Error when using gedit
...39;: Text file busy [smith at jim complaint]$ pwd /home/smith/uploads/fd/complaint [smith at jim ~]$ grep samba /var/log/rpmpkgs samba-3.0.10-1.4E.2.i386.rpm samba-client-3.0.10-1.4E.2.i386.rpm samba-common-3.0.10-1.4E.2.i386.rpm system-config-samba-1.2.21-1.noarch.rpm [root at jim ~]# service netfs status Active SMB mountpoints: /home/smith/uploads [root at jim ~]# service netfs restart Unmounting SMB filesystems: umount: /home/smith/uploads: device is busy [FAILED] Mounting other filesystems: [ OK...
2009 May 28
0
[PATCH server] Use fixed mount points and add timeouts to various calls.
...f initialize(ip_addr, target, port) + mount = "#{ip_addr}-#{target}-#{port}" + super('iscsi', mount) @type = 'iscsi' @ipaddr = ip_addr @@ -242,7 +243,8 @@ end class NFSLibvirtPool < LibvirtPool def initialize(ip_addr, export_path) - super('netfs') + target = "#{ip_addr}-#{export_path.tr('/', '_')}" + super('netfs', target) @type = 'netfs' @host = ip_addr -- 1.6.0.6
2013 Sep 05
2
Cannot create a volume
Hi all, I'm trying to create a new volume in a netfs pool. The pool works correctly and it is active. If I try to create the volume from the virt-manager GUI nothing happens. While if I use virsh this is the result. *virsh # pool-list * *Name State Autostart * *-----------------------------------------* *routers a...
2016 Apr 13
3
Re: [libvirt] Libvirtd running as root tries to access oneadmin (OpenNebula) NFS mount but throws: error: can’t canonicalize path
...16 at 06:24:16PM -0400, TomK wrote: >On 4/12/2016 5:08 PM, John Ferlan wrote: >> Having/using a root squash via an NFS pool is "easy" (famous last words) >> >> Create some pool XML (taking the example I have) >> >> % cat nfs.xml >> <pool type='netfs'> >> <name>rootsquash</name> >> <source> >> <host name='localhost'/> >> <dir path='/home/bzs/rootsquash/nfs'/> >> <format type='nfs'/> >> </source>...
2009 Jul 31
0
[TAKE-2][PATCH 1/5] Add glusterfs to task-omatic API for task_storage
...on it. In this case, all we need to @@ -293,6 +295,54 @@ class NFSLibvirtPool < LibvirtPool end end +class GLUSTERFSLibvirtPool < LibvirtPool + def initialize(ip_addr, export_path, logger) + target = "#{ip_addr}-#{export_path.tr('/', '_')}" + super('netfs', target, logger) + + @type = 'netfs' + @host = ip_addr + @remote_vol = export_path + + @xml.root.elements["source"].add_element("host", {"name" => @host}) + @xml.root.elements["source"].add_element("dir", {"path&q...
2005 Jun 28
3
OCFS2 volumes do no mount automatically on RHEL4 also
On RHEL4 also, the service o2cb starts later than _netdev device mounts. So mount fails. Should the o2cb service start earlier to fix this? Zafar -----Original Message----- From: ocfs2-users-bounces@oss.oracle.com [mailto:ocfs2-users-bounces@oss.oracle.com] On Behalf Of ocfs2-users-request@oss.oracle.com Sent: Tuesday, June 28, 2005 12:00 PM To: ocfs2-users@oss.oracle.com Subject: Ocfs2-users
2016 Apr 12
2
Re: [libvirt] Libvirtd running as root tries to access oneadmin (OpenNebula) NFS mount but throws: error: can’t canonicalize path
...This pool option is new to >>> me. Please tell me more on it. Can't find it in the file below but >>> maybe it's elsewhere? >>> >>> ( <pool type="fs"> ) perhaps rather than the "NFS" pool ( e.g. <pool >>> type="netfs"> ) >>> >>> >>> Allright, here's the details: >>> >>> [root@mdskvm-p01 ~]# rpm -aq|grep -i libvir >>> libvirt-daemon-driver-secret-1.2.17-13.el7_2.4.x86_64 >>> libvirt-1.2.17-13.el7_2.4.x86_64 >>> libvirt-daemon-dri...
2015 Jan 10
2
missing backend for pool type 5 (iscsi)
..., I try to define an iscsi pool with virsh but I always get the following error : error :internal error: missing backend for pool type 5 (iscsi) And yet libvirt was compiled with iscsi support : configure: Storage Drivers configure: configure: Dir: yes configure: FS: yes configure: NetFS: yes configure: LVM: yes configure: iSCSI: yes configure: SCSI: yes configure: mpath: yes configure: Disk: yes configure: RBD: no configure: Sheepdog: no configure: Gluster: no configure: ZFS: no And virsh report that iscsi is supported : virsh -V Virsh command line...
2016 Oct 07
2
Permission denied for volume create in raw format
Hi, I'm facing similar problem to described here: https://www.redhat.com/archives/libvirt-users/2016-February/msg00033.html I got Libvirt pool mounted over netfs and I'm trying to create new volume, with pool.createXML. When format is qcow2, everything works fine. Unfortunately, for raw images libvirt raises error Permission denied. Whole pool is owned by root. Libvirt starts as root user too. I've tried to change pool's permissions to 777 on f...