search for: fops

Displaying 20 results from an estimated 823 matches for "fops".

2018 Feb 26
1
Problems with write-behind with large files on Gluster 3.8.4
...off debug.error-failure (null) debug.error-number (null) debug.random-failure off debug.error-fops (null) nfs.enable-ino32 no nfs.mem-factor 15 nfs.export-dirs on...
2017 Nov 13
2
What is the difference between FORGET and UNLINK fops
Hi, Can I get a brief description of all the FOPS in gluster or the location of the source code file so that I will try to get an understanding myself? Few FOPS I'm not clear like FORGET, UNLINK, FLUSH, LOOKUP Or is there a way I can tunnel through the FOPS that that are happening in the background for each operation? I have tried this to f...
2020 Apr 09
1
[PATCH nbdkit PRELIMINARY] file: Move file operators to a new fileops mini-library
...nice to reuse elsewhere. One possible approach (as outlined here) is simply to move the file callbacks (like file.pread, file.pwrite, file.zero etc) to a new mini-library. They can then be consumed by other plugins fairly easily by doing: static void * foo_open (int readonly) { struct fileops *fops; int fd, flags; /* Allocate *fops */ /* Set up fd however you want */ if (init_fileops (fd, fops) == -1) { free (fops); return NULL; } return fops; } static struct nbdkit_plugin plugin = { .name = "foo", .open = foo_open, .close...
2020 Apr 09
6
[PATCH nbdkit v2 0/3] Implement fileops.
Needs some work still, see in particular the commit message for patch 3. Rich.
2020 Apr 09
0
[PATCH nbdkit v2 1/3] file: Move file operators to a new common/fileops mini-library.
...+}; + +/* Initialize the fileops struct. ‘fd’ is a file descriptor opened on + * the local file or block device that you want to serve. Call this + * from your .open callback after allocating the handle and setting up + * the file descriptor. + */ +extern int init_fileops (int fd, struct fileops *fops); + +/* Close the file descriptor and perform any other cleanup (but it + * doesn’t free the struct or handle). Use this in your .close + * callback. + */ +extern void close_fileops (struct fileops *fops); + +/* You may optionally define a .dump_plugin callback which calls this. */ +extern void fi...
2017 Nov 13
0
What is the difference between FORGET and UNLINK fops
Filtering the brick logs in TRACE mode with rpcsvc.c does show the FOPS. >From this, I've realized that LOOKUP is actually dns lookup. This actually differs from NFS lookup operation. Please correct me if I'm wrong. Regards, Jeevan. On Nov 13, 2017 9:40 PM, "Jeevan Patnaik" <g1patnaik at gmail.com> wrote: > Hi, > > Can I get a br...
2009 Apr 24
1
FOP and UserEvent()
Hi all, I try to install FOP. It's very nice. In documentation I red that from my dial plan I can launch a popup window with UserEvent() application. I try to follow FOP documentation but I can't popup anything. My structure is: - server 1: Asterisk system - server 2: FOP system - client On client I connect to FOP panel, but I don't see any popup. Someone can help me to configure FOP
2018 Mar 05
1
[Gluster-devel] Removal of use-compound-fops option in afr
On Mon, Mar 5, 2018 at 9:19 AM, Amar Tumballi <atumball at redhat.com> wrote: > Pranith, > > > >> We found that compound fops is not giving better performance in >> replicate and I am thinking of removing that code. Sent the patch at >> https://review.gluster.org/19655 >> >> > If I understand it right, as of now AFR is the only component which uses > Compound FOP. If it stops using that code,...
2018 May 24
0
[PATCH net-next v12 1/5] net: Introduce generic failover module
...at is being registered + * + * Registers a slave device to a failover instance. Only ethernet devices + * are supported. + */ +static int failover_slave_register(struct net_device *slave_dev) +{ + struct netdev_lag_upper_info lag_upper_info; + struct net_device *failover_dev; + struct failover_ops *fops; + int err; + + if (slave_dev->type != ARPHRD_ETHER) + goto done; + + ASSERT_RTNL(); + + failover_dev = failover_get_bymac(slave_dev->perm_addr, &fops); + if (!failover_dev) + goto done; + + if (fops && fops->slave_pre_register && + fops->slave_pre_register(sla...
2005 Jun 22
1
FOP related questions
Hello, I have downloaded and installed Flash Operator Panel. version 0.21. It works pretty well and I have some questions about it. 1. The text label of the buttons are partially hidden by their icons. Is there a way to adjust right margin for the buttons? 2. I would like to have the fop brought in the front of screen whenever and extension rings. Sort of crm feature but with fop and not
2011 Aug 24
1
Input/output error
...#39;. [2011-08-24 11:35:16.324801] I [afr-common.c:912:afr_fresh_lookup_cbk] 0-syncdata-replicate-0: added root inode [2011-08-24 11:36:04.695145] W [afr-common.c:656:afr_lookup_self_heal_check] 0-syncdata-replicate-0: /testdata: gfid different on subvolume [2011-08-24 11:36:04.696121] I [client3_1-fops.c:411:client3_1_stat_cbk] 0-syncdata-client-0: remote operation failed: No such file or directory [2011-08-24 11:36:04.697121] I [client3_1-fops.c:1099:client3_1_access_cbk] 0-syncdata-client-0: remote operation failed: No such file or directory [2011-08-24 11:36:04.698118] I [client3_1-fops.c:2132...
2017 Nov 14
0
What is the difference between FORGET and UNLINK fops
Hi Ben, Yes, I was referring to the same link before and I think most of the FOPS I've understood from the definitions there and I'll update if I found any corrections or new definitions. Btw, my previous underatanding about LOOKUP is wrong, its NOT dns lookup. Regards, Jeevan. On Nov 14, 2017 11:02 AM, "Ben Turner" <bturner at redhat.com> wrote: Here...
2006 Mar 20
1
Is it possible to turn off password for transfers on FOP
Hi, Is it possible to turn off the request for a security code when transferring in FOP (Flash Operator Panel)? If not can the security code be set to use the SIP or voicemail passwords? I know there is a forum for FOP but no one seems to be answering there... so I thought I would see if anyone here might have experience with FOP. Thanks
2024 Jan 22
1
Questions about snapshots
Hi to all, The doc is telling me: ------------------------ To guarantee crash consistency some of the fops are blocked during a snapshot operation. These fops are blocked till the snapshot is complete. All other fops is passed through. ----------------------- I could not find which fops are blocked, can anyone tell me wich fops are blocked and wich are not? Second question: Is there a way to calcul...
2006 Mar 29
3
FOP flash panel: how to reload config files when running
Hi, is it possible to force FOP to reload its configuration files (op_buttons.cfg and op_style.cfg) while it is working? I tried to click on the refresh icon but nothing happens. TIA Giorgio Incantalupo
2018 May 23
0
cluster brick logs filling after upgrade from 3.6 to 3.12
Recently we updated a Gluster replicated setup from 3.6 to 3.12 (stepping through 3.8 first before going to 3.12). Afterwards I noticed the brick logs were filling at an alarming rate on the server we have the NFS service running from: $ sudo tail -20 /var/log/glusterfs/bricks/export-gluster-shared.log [2018-05-23 06:22:12.405240] I [MSGID: 139001] [posix-acl.c:269:posix_acl_log_permit_denied]
2020 Apr 09
0
[PATCH nbdkit v2 2/3] iso: Implement this plugin using fileops (read-only).
...8 @@ iso_unload (void) free (dirs[i]); free (dirs); - if (fd >= 0) - close (fd); + if (iso_fd >= 0) + close (iso_fd); } static int @@ -193,25 +195,43 @@ iso_get_ready (void) static void * iso_open (int readonly) { - return NBDKIT_HANDLE_NOT_NEEDED; + struct fileops *fops; + int fd; + + fops = malloc (sizeof *fops); + if (fops == NULL) { + nbdkit_error ("malloc: %m"); + return NULL; + } + + /* Copy the fd because fileops needs to have its own file descriptor. */ + fd = dup (iso_fd); + if (fd == -1) { + nbdkit_error ("dup: %m"); +...
2017 Aug 28
2
GFID attir is missing after adding large amounts of data
...with glusterfs and tar ? Log excerpts: glustershd.log [2017-07-26 15:31:36.290908] I [MSGID: 108026] [afr-self-heal-entry.c:833:afr_selfheal_entry_do] 0-gv0-replicate-0: performing entry selfheal on fe5c42ac-5fda-47d4-8221-484c8d826c06 [2017-07-26 15:31:36.294289] W [MSGID: 114031] [client-rpc-fops.c:2933:client3_3_lookup_cbk] 0-gv0-client-1: remote operation failed. Path: (null) (00000000-0000-0000-0000-000000000000) [No data available] [2017-07-26 15:31:36.298287] I [MSGID: 108026] [afr-self-heal-entry.c:833:afr_selfheal_entry_do] 0-gv0-replicate-0: performing entry selfheal on e31ae2ca-a3d...
2015 Nov 09
0
[PATCH v2 1/5] debugfs: add infrastructure to add files with other fops than only read
...u_debugfs.h" #include "nouveau_drm.h" @@ -48,17 +49,66 @@ static struct drm_info_list nouveau_debugfs_list[] = { }; #define NOUVEAU_DEBUGFS_ENTRIES ARRAY_SIZE(nouveau_debugfs_list) +static const struct nouveau_debugfs_files { + const char *name; + const struct file_operations *fops; +} nouveau_debugfs_files[] = {}; + + +static int +nouveau_debugfs_create_file(struct drm_minor *minor, + const struct nouveau_debugfs_files *ndf) +{ + struct drm_info_node *node; + + node = kmalloc(sizeof(*node), GFP_KERNEL); + + if (node == NULL) + return -ENOMEM; + + node->minor = minor; +...
2005 Mar 01
1
Problems Starting Asterisk - FOP AM Portal
Hello All, I'm new to the list and the whole voip server side. I'm trying to setup Asterisk to just do internal dialing, no access out to the pstn is required/wanted at the moment. I'm running Fedora Core 3 with Cisco 7960's phones (running SIP 6.3). I've set it up following these guides: http://www.voip-info.org/wiki-Asterisk+Fedora+Core+3