search for: c2t

Displaying 4 results from an estimated 4 matches for "c2t".

Did you mean: c2h
2010 Dec 19
3
how to install Linux on an IBM xserver 335 server without graphics card?
Hi All, I recently got some IBM Xseries 335 servers 2nd hand, and noticed they don't have any graphics card. Some google searched indicate they only have an uplink port, which you could connect to another (other model) IBM server and use that as the head node. But, I don't have one available. It has 2x GB NIC's, and what looks like a management port, but I can't figure out how to
2013 Mar 08
2
[PATCH v2 1/2] credit2: Fix erronous ASSERT
...- */ - ASSERT(rt_credit >= 0); - - /* FIXME: See if we can eliminate this conversion if we know time - * will be outside (MIN,MAX). Probably requires pre-calculating - * credit values of MIN,MAX per vcpu, since each vcpu burns credit - * at a different rate. */ - time = c2t(rqd, rt_credit, snext); - - /* Check limits */ - if ( time < CSCHED_MIN_TIMER ) + /* The next guy may actually have a higher credit, if we''ve tried to + * avoid migrating him from a different cpu. DTRT. */ + if ( rt_credit <= 0 ) time = CSCHED_MIN_TIMER; -...
2007 Jul 13
28
ZFS and powerpath
How much fun can you have with a simple thing like powerpath? Here''s the story: I have a (remote) system with access to a couple of EMC LUNs. Originally, I set it up with mpxio and created a simple zpool containing the two LUNs. It''s now been reconfigured to use powerpath instead of mpxio. My problem is that I can''t import the pool. I get: pool: ###### id:
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the very first version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See