search for: l761

Displaying 6 results from an estimated 6 matches for "l761".

Did you mean: 761
2006 Jan 19
3
Migrating from Mysql to PostgreSQL
...ile_id", :integer, :limit => 6, :default => 0, :null => false end The first table lived in PostgreSQL immediately, but the second one failed to rebuild. The error message is: rake aborted! RuntimeError: ERROR C42601 Msyntax error at or near "(" P157 Fscan.l L761 Ryyerror: CREATE TABLE quotes ("id" serial primary key, "date" date NOT NULL, "open" float(10), "high" float(10), "low" float(10), "close" float(10), "volume" integer(20), "adjusted_close" float(10) DEFAULT 0.0, &quo...
2019 Apr 07
0
[PATCH net v6] failover: allow name change on IFF_UP slave interfaces
...this one. The netlink usage there > doesn't seem related to my change: > https://github.com/FDio/vpp/blob/master/src/vnet/devices/netlink.c > >> or other userspace >> control planes that consume netlink? > dhcpcd (https://github.com/kobolabs/dhcpcd/blob/kobo/if-linux.c#L761) > was tested OK. > > In addition, the patch seems to play quite well with systemd-udev and > dracut/initramfs-tools. No breakage, no weird error message was seen. > > What else do you suggest we should try/test with? Thanks Siwei for all the tests you are trying out. Did you...
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
2024 Jan 23
1
Questions about snapshots
...lock all the ops that modify the underlying file system from acknowledging the client. The list of file system operations that needs to be blocked should be listed here <https://github.com/gluster/glusterfs/blob/87ec6483324d76071f27cfa83e0a644e4a38ec41/xlators/features/barrier/src/barrier.c#L747-L761> . WARNING: My knowledge is like a decade old. This information is to the best of my memory. A very brief quick look at the git log of xlators/barrier tells me no major changes. So, in any case I would just read the code for barrier translator unless the current maintainer can answer this. Va...
2019 Apr 05
2
[PATCH net v6] failover: allow name change on IFF_UP slave interfaces
On Wed, Apr 03, 2019 at 12:52:47AM -0400, Si-Wei Liu wrote: > When a netdev appears through hot plug then gets enslaved by a failover > master that is already up and running, the slave will be opened > right away after getting enslaved. Today there's a race that userspace > (udev) may fail to rename the slave if the kernel (net_failover) > opens the slave earlier than when the
2019 Apr 05
2
[PATCH net v6] failover: allow name change on IFF_UP slave interfaces
On Wed, Apr 03, 2019 at 12:52:47AM -0400, Si-Wei Liu wrote: > When a netdev appears through hot plug then gets enslaved by a failover > master that is already up and running, the slave will be opened > right away after getting enslaved. Today there's a race that userspace > (udev) may fail to rename the slave if the kernel (net_failover) > opens the slave earlier than when the