mainSavannah Administration - Support: sr #106554, Having some issues while copying...

 
 

sr #106554: Having some issues while copying files in gluster

Submitter:  None
Submitted:  Thu 20 Nov 2008 05:11:13 AM UTC
   
 
Category:  Savannah trackers - bugs, tasks, etc. Priority:  5 - Normal
Severity:  4 - Important Status:  Invalid
Privacy:  Public Assigned to:  Beuc
Originator Email:  -email is unavailable- Operating System:  GNU/Linux
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 24 Nov 2008 08:03:06 PM UTC, comment #2: 

As explained in the support request submission form, this is the
support for Savannah administration, not for a project hosted
at Savannah.

Please address this request to the appropriate project tracker or
mailing-list.

Sylvain Beucler <Beuc>
Thu 20 Nov 2008 05:23:21 AM UTC, comment #1: 


Gluster Server Side Configuration

root@sf1-us ~# cat /etc/glusterfs/glusterfs-server.vol
## Define the stroage
volume fs1-storage
 type storage/posix                   # POSIX FS translator
 option directory /storage            # Export this directory
end-volume

volume iothreads                      #iothreads can give performance a boost
  type performance/io-threads
  option thread-count 16
  subvolumes fs1-storage
end-volume

## Add network serving capability to above brick.
volume server
 type protocol/server
 option transport-type tcp/server     # For TCP/IP transport
 option listen-port 6996              # Default is 6996
 option client-volume-filename /var/log/glusterfs/client.vol
 subvolumes iothreads
 option auth.ip.iothreads.allow * # Allow access to "brick" volume
end-volume

Gluster Client Side Configuration

root@w1-us ~# cat /etc/glusterfs/glusterfs-client.vol

### Add client feature and attach to remote subvolume
volume client_211
 type protocol/client
 option transport-type tcp/client     # for TCP/IP transport
 option remote-host 10.10.1.211     # IP address of the remote brick
 option remote-port 6996              # default server port is 6996
 option remote-subvolume iothreads        # name of the remote volume
# option transport-timeout 4
end-volume

volume afrbricks
 type cluster/afr
 subvolumes  client_211
 option replicate *:1
 option self-heal on
end-volume

volume iothreads    #iothreads can give performance a boost
  type performance/io-threads
  option thread-count 8
  subvolumes afrbricks
end-volume


Raja Krishnan <raja_xtreme>
Thu 20 Nov 2008 05:11:13 AM UTC, original submission:  

Hello All,

I am having some issues while copying files in gluster.
The files seem to get copied fine, however from user interface I cannot download that file.I get tons of log errors.

I am doing a cp -p and each error repeats.

Version:
  glusterfs 1.3.6
  fuse-2.6.3-1.rf

Can anyone suggest what might be wrong? Here is some debug log.

root@w1-us# tail -f /var/log/glusterfs/glusterfs.log
2008-11-19 19:36:43 E [afr.c:1130:afr_setxattr_cbk] afrbricks: (path=/temp_pdf/122714140354/TS000008706.pdf child=client_211) op_ret=-1 op_errno=95
2008-11-19 19:36:59 E [afr.c:1130:afr_setxattr_cbk] afrbricks: (path=/temp_pdf/122714141882/TS000013173.pdf child=client_211) op_ret=-1 op_errno=95
2008-11-19 19:37:14 E [afr.c:1130:afr_setxattr_cbk] afrbricks: (path=/temp_pdf/122714143438/TS000012936.pdf child=client_211) op_ret=-1 op_errno=95


Thanks,
Raja Krishnan

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by Beuc (Posted a comment)
  • -email is unavailable- added by raja_xtreme (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-11-24 Beuc StatusNone Invalid
        Assigned toNone Beuc
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code