search for: num_nodes

Displaying 10 results from an estimated 10 matches for "num_nodes".

Did you mean: num_modes
2006 Sep 29
0
[PATCH 2/6] xen: add per-node bucks to page allocator
...2^@order contiguous pages. */ -struct page_info *alloc_heap_pages(unsigned int zone, unsigned int order) -{ - int i; +struct page_info *alloc_heap_pages(unsigned int zone, unsigned int cpu, + unsigned int order) +{ + unsigned int i,j, node = cpu_to_node(cpu), num_nodes = num_online_nodes(); + unsigned int request = (1UL << order); struct page_info *pg; + ASSERT(node >= 0); + ASSERT(node < num_nodes); ASSERT(zone < NR_ZONES); if ( unlikely(order > MAX_ORDER) ) @@ -302,29 +336,46 @@ struct page_info *alloc_heap_pages(un...
2006 Jul 27
3
Ocfs-users Digest, Vol 37, Issue 2
...0 major_version: <INVALID VALUE> 2 signature: OracleCFS mount_point: /ora02 serial_num: 0 device_size: 26843529216 start_off: 0 bitmap_off: 56320 publ_off: 23552 vote_off: 39936 root_bitmap_off: 0 data_start_off: 1368064 root_bitmap_size: 0 root_off: 2416640 root_size: 0 cluster_size: 131072 num_nodes: 32 num_clusters: 204785 dir_node_size: 0 file_node_size: 0 internal_off: 1368064 node_cfg_off: 4096 node_cfg_size: 17408 new_cfg_off: 21504 prot_bits: -rwxr-xr-x uid: 5550 (oracle) gid: 5550 (dba) excl_mount: OCFS_INVALID_NODE_NUM ERROR: Volume header bad. Exiting, fsck.c, 669 <&lt...
2015 Jan 08
3
Smbd dumps core while starting
...N_0 (0) seqnum : 0x00000001 (1) info : union smbXsrv_version_globalU(case 0) info0 : * info0: struct smbXsrv_version_global0 db_rec : NULL num_nodes : 0x00000001 (1) nodes: ARRAY(1) nodes: struct smbXsrv_version_node0 server_id: struct server_id pid : 0x00000000019a00d0 (26869968)...
2015 Jan 08
3
Smbd dumps core while starting
Only looking for file server solution. export LIBPATH=/opt/samba/lib /opt/samba/sbin/smbd ?D cat smb.conf [global] security = ads password server = * workgroup = ABC.NET username map = /etc/opt/samba/users.map encrypt passwords = yes client ntlmv2 auth = yes client lanman auth = no client plaintext auth = no lanman auth = no ntlm auth = no server signing = auto max protocol = SMB2 ;Enter
2015 Jan 08
0
Smbd dumps core while starting
...: union >> smbXsrv_version_globalU(case 0) >> >> info0 : * >> >> info0: struct smbXsrv_version_global0 >> >> db_rec : NULL >> >> num_nodes : 0x00000001 (1) >> >> nodes: ARRAY(1) >> >> nodes: struct smbXsrv_version_node0 >> >> server_id: struct server_id >> >> pid : 0x0000...
2004 Mar 10
9
Lock contention issue with ocfs
I am still having this weird problem with nodes hanging while I'm running OCFS. I'm using OCFS 1.0.9-12 and RHAS 2.1 I've been working on tracking it down and here's what I've got so far: 1. I create a file from node 0. This succeeds; I can /bin/cat the file, append, edit, or whatever. 2. From node 1, I do an operation that accesses the DirNode (e.g. /bin/ls) 3. Node 0
2004 Mar 10
9
Lock contention issue with ocfs
I am still having this weird problem with nodes hanging while I'm running OCFS. I'm using OCFS 1.0.9-12 and RHAS 2.1 I've been working on tracking it down and here's what I've got so far: 1. I create a file from node 0. This succeeds; I can /bin/cat the file, append, edit, or whatever. 2. From node 1, I do an operation that accesses the DirNode (e.g. /bin/ls) 3. Node 0
2007 Dec 18
2
[PATCH 1/2] remove __init modifier from header declaration
...7 +158,7 @@ extern int acpi_scan_nodes(unsigned long start, unsigned long end); #ifdef CONFIG_X86_64 # define NR_NODE_MEMBLKS (MAX_NUMNODES*2) #endif -extern void __init acpi_fake_nodes(const struct bootnode *fake_nodes, +extern void acpi_fake_nodes(const struct bootnode *fake_nodes, int num_nodes); #else static inline void acpi_fake_nodes(const struct bootnode *fake_nodes, -- 1.5.0.6
2007 Dec 18
2
[PATCH 1/2] remove __init modifier from header declaration
...7 +158,7 @@ extern int acpi_scan_nodes(unsigned long start, unsigned long end); #ifdef CONFIG_X86_64 # define NR_NODE_MEMBLKS (MAX_NUMNODES*2) #endif -extern void __init acpi_fake_nodes(const struct bootnode *fake_nodes, +extern void acpi_fake_nodes(const struct bootnode *fake_nodes, int num_nodes); #else static inline void acpi_fake_nodes(const struct bootnode *fake_nodes, -- 1.5.0.6
2008 Apr 02
10
[PATCH 0/62] Ocfs2 updates for 2.6.26-rc1
The following series of patches comprises the bulk of our outstanding changes for Ocfs2. Aside from the usual set of cleanups and fixes that were inappropriate for 2.6.25, there are a few highlights: The '/sys/o2cb' directory has been moved to '/sys/fs/o2cb'. The new location meshes better with modern sysfs layout. A symbolic link has been placed in the old location so as to