similar to: does glusterfs implement vfs api ?

Displaying 20 results from an estimated 1000 matches similar to: "does glusterfs implement vfs api ?"

2017 Jun 15
0
does glusterfs implement vfs api ?
On 06/15/2017 10:23 AM, Ilan Schwarts wrote: > Hi, > > Does GlusterFS implement the Linux VFS functionality. > I know its a user space FS, but user space FS should also implement VFS > funtions. > Is this true also to GlusterFS ? The way I like to think about it is GlusterFS implements the Linux FUSE API/ABI, which on Linux is integrated into the Linux VFS layer. For Macs
2017 Aug 08
2
Mailing list question
Hi all, How can I answer my question or delete the thread ? When I sent a question to gluster-users at gluster.org I didnt get the mail (probably by-design), so I cannot reply it with a solution. I see it in the archive:http://lists.gluster.org/pipermail/gluster-users/2017-August/032008.html But i cannot answer/delete it.. Thanks
2017 Aug 10
1
Gluster NFS all operations are received as root
Hi, So this is a bit odd case. I have created 2 servers nodes (running CentOS 7.3) >From Client machine (CentOS 7.2) I mount to one of the nodes using: [root at CentOS7286-64 mnt]# mount -t nfs L137B-GlusterFS-Node1.L137B-root.com:/volume1 /mnt/glustervianfs/ When i created (touch) a file over the NFS: >From Client Machine: [revivo at CentOS7286-64 glustervianfs]$ touch nfs3file [revivo at
2017 Aug 07
1
gluster stuck when trying to list a successful mount
Hi all, My infrastructure is GlusterFS with 2 Nodes: L137B-GlusterFS-Node1.L137B-root.com L137B-GlusterFS-Node2.L137B-root.com I have followed this guide: http://www.itzgeek.com/how-tos/linux/centos-how-tos/install-and-configure-glusterfs-on-centos-7-rhel-7.html/2 I have created a device, formatted as ext4, mounted it. The next step was to install gluster FS. I installed glusterfs 3.10.3,
2009 Sep 29
1
Using speex for gsm-efr coding
Hello, I would like to know please whether I can use Speex for Gsm-Efr coding? Best Regards, Ilan Borenshtein RT embedded engineer ASOCS Ltd E: ilan at asocstech.com T: +972 (0)3 9012090 Ext. 214 M: +972 (0)50 5745100 F: +972 (0)3 9032112 www.asocstech.com <http://www.asocstech.com> -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jan 31
4
broadvoice??
Does anyone have any useful contact information for Broadvoice? I've been unable to call Argentina from my Broadvoice line for almost a month now. Their techs keep telling me they're "looking into it" but I get no real information. I've had several other tickets open for almost 8 months now. I called their PR company this morning and apparently they dropped Broadvoice
2007 Jun 02
1
linksys wip300 firmware
Hello, Does anyone have access to version 1.00.07 of the Linksys WIP 300 firmware? The only version on their site at the moment is 1.00.09, which the phone refuses to load. Regards, Ilan
2008 Oct 29
1
Plotting iregular time series
Hi, I have several time series that I need to plot on the same plot. There are 3 problems with these series: 1. they do not start or end at the same times 2. they have different time intervals (seconds, minutes or hours) 3. they all have random missing time steps of a few step to longer periods of several days The data is imported from a database as POSIXct so that the first column holds the
2009 Mar 09
7
Noob problems with Darwine
I've installed darwine 1.1.9 on my mac. I've read all of the tutorials and forums that I could find but I'm still not able to solve my problem. I imagine I must be missing something that's so obvious that it doesn't even make its way into a tutorial. I can't run programs. If I start winehelper and try to run a program (say regedit.exe) I get the errors at the end of
2005 Sep 01
1
OT: SCALE 4x -- Call For Papers
Hello, The call for papers for SCALE 4x, the 2006 Southern California Linux Expo, is now open. This event will be our fourth annual show. It will be held on Feb 11-12, 2006 at the Los Angeles Airport Westin. We are expecting 1,300+ in attendance this year. We are non-profit, community run Linux, open-source and free software conference. If you are working on something you believe the
2008 Mar 07
6
creating a model registry
Hi all, This is a problem I''ve approached so many times and always worked around, that now I want to solve it once and for all. Say I have something like this: --- class X < ActiveRecord::Base acts_as_wacky end module Wackinator class ControlAllWackos @@wackos = [] def self.kill_wackos @@wackos.each(&:kill) end end def acts_as_wacky
2008 Mar 04
3
remote_form_for does not work with method = :get
It seems that remote_form_for does not work with method = :get since it does not change the prototype call. Is this a bug? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe
2008 Nov 20
1
My ignorance and Fuse (or glusterfs)
I have a very simple test setup of 2 servers each working as a glusterfs-server and glusterfs-client to the other in an afr capacity. The gluster-c and gluster-s both start up with no errors and are handshaking properly.. One one server, I get the expected behaviour: I touch a file in the export dir and it magically appears in the others mount point. On the other server however, the file
2008 Feb 23
3
Attachment_fu: how to remove images?
I just used attachment_fu for the first time, and it works quite well. I have a user-model, and each of them has_one :image (and the images belongs_to :user). I have a question on this though: how can i remove images? Whenever i set a new image for a user (a user who already has an image), then the table with images gets updated correctly, with the user_id column of the old image set to null, and
2008 Feb 29
7
Moving pagination to the Model
I''m using will_paginate in a Post class method; [code]def self.list(page) paginate :per_page => 10, :page => page, :include => :user end[/code] I can happily use the method on my posts controller index action; [code] class PostsController < ApplicationController def index @posts = Post.list(params[:page]) respond_to do |format|
2017 Jul 03
2
Failure while upgrading gluster to 3.10.1
On 07/03/2017 04:34 AM, Atin Mukherjee wrote: > > On Mon, 3 Jul 2017 at 12:28, Pawan Alwandi <pawan at platform.sh> wrote: > > Hello Atin, > > I've gotten around to this and was able to get upgrade done using > 3.7.0 before moving to 3.11. For some reason 3.7.9 wasn't working well. > > On 3.11 though I notice that gluster/nfs is really
2016 Aug 23
2
CFP Gluster Developer Summit
On 08/17/2016 09:56 AM, Kaleb S. KEITHLEY wrote: > I propose to present on one or more of the following topics: > > * NFS-Ganesha Architecture, Roadmap, and Status,Jiffin Thotton copresenter. > * Architecture of the High Availability Solution for Ganesha and Samba > - detailed walk through and demo of current implementation > - difference between the current and storhaug
2016 Jan 04
2
Alternate Open Source Crypto Solution in OpenSSH
Hello OpenSSH Developers and Community, wolfSSL (formerly known as CyaSSL) is a dual licensed SSL/TLS implementation specializing in the embedded space. As we have grown we are being used in larger systems due to our reduced resource consumption on a per-session basis. Many have found that their servers are able to service more connections by replacing OpenSSL with wolfSSL. Our engineers have
2009 Sep 24
5
Non-ActiveRecord based model being passed as string?
I have a model that looks like this (with various other methods) class HsdPair attr_accessor :hsd def initialize(hsd) @hsd = hsd @current_display = 0 @has_changed_flag = false end end After initializing this object in the controller @hsd_pairs = HsdPair.new(@job.hsd_pairs) using it in the view various times and in various ways, when I try to pass this object back to the
2013 Mar 01
2
Debian repositories only for amd64
Hi, Is there any particular reason why the Debian repositories (at http://download.gluster.org/pub/gluster/glusterfs/LATEST/Debian/ ) only have packages for amd64? I don't mean to pressure for more convenience; I'm just wondering if there's any reason to avoid using it on i386.