Displaying 4 results from an estimated 4 matches for "numslot".
Did you mean:
numslots
2008 Jan 22
4
Require add extra 2 nodes into ocfs2 file system
I need add extra 2 nodes into current 3 nodes ocfs2 file system which means 5 nodes share this file system after it. I
think this file system creates by mkfs.ocfs2 -b .. -N 4 .. which only allows 4 nodes.
Questions:
1. How to verify parameter when this file system created? In this case, it is 4 nodes.
2. I assume I have to recreate the files system which will lost contains, if I use
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...hot plug add\n");
goto err_iounmap;
}
@@ -1185,16 +1189,16 @@ static int cpqhpc_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
* Finish setting up the hot plug ctrl device
*/
ctrl->slot_device_offset = readb(ctrl->hpc_reg + SLOT_MASK) >> 4;
- dbg("NumSlots %d \n", ctrl->slot_device_offset);
+ dbg("NumSlots %d\n", ctrl->slot_device_offset);
ctrl->next_event = 0;
/* Setup the slot information structures */
rc = ctrl_slot_setup(ctrl, smbios_start, smbios_table);
if (rc) {
- err(msg_initialization_err, 6);
- err(&qu...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...hot plug add\n");
goto err_iounmap;
}
@@ -1185,16 +1189,16 @@ static int cpqhpc_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
* Finish setting up the hot plug ctrl device
*/
ctrl->slot_device_offset = readb(ctrl->hpc_reg + SLOT_MASK) >> 4;
- dbg("NumSlots %d \n", ctrl->slot_device_offset);
+ dbg("NumSlots %d\n", ctrl->slot_device_offset);
ctrl->next_event = 0;
/* Setup the slot information structures */
rc = ctrl_slot_setup(ctrl, smbios_start, smbios_table);
if (rc) {
- err(msg_initialization_err, 6);
- err(&qu...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...hot plug add\n");
goto err_iounmap;
}
@@ -1185,16 +1189,16 @@ static int cpqhpc_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
* Finish setting up the hot plug ctrl device
*/
ctrl->slot_device_offset = readb(ctrl->hpc_reg + SLOT_MASK) >> 4;
- dbg("NumSlots %d \n", ctrl->slot_device_offset);
+ dbg("NumSlots %d\n", ctrl->slot_device_offset);
ctrl->next_event = 0;
/* Setup the slot information structures */
rc = ctrl_slot_setup(ctrl, smbios_start, smbios_table);
if (rc) {
- err(msg_initialization_err, 6);
- err(&qu...