| --- | Log | opened Mon Mar 03 00:00:26 2008 |
| 01:19 | -!- | kalden [~kalden@rab34-1-82-225-189-215.fbx.proxad.net] has quit [Ping timeout: 480 seconds] |
| 01:24 | -!- | paelzer [~kvirc@blueice1n1.de.ibm.com] has joined #xen |
| 01:29 | -!- | sputhenp [~sputhenp@202.80.58.210] has joined #xen |
| 02:27 | -!- | visik7 [~dksakd@host97-47-dynamic.22-79-r.retail.telecomitalia.it] has quit [Remote host closed the connection] |
| 02:29 | -!- | mastermind [~mastermin@mastermind.kaltenbrunner.cc] has quit [Ping timeout: 480 seconds] |
| 02:44 | -!- | kalden [~kalden@rab34-1-82-225-189-215.fbx.proxad.net] has joined #xen |
| 02:47 | -!- | mastermind [~mastermin@mastermind.kaltenbrunner.cc] has joined #xen |
| 02:52 | -!- | kalden [~kalden@rab34-1-82-225-189-215.fbx.proxad.net] has quit [Ping timeout: 480 seconds] |
| 03:06 | -!- | markmc [~markmc@86-40-134-210.b-ras1.srl.dublin.eircom.net] has joined #xen |
| 06:37 | -!- | ankur [~3ba24401@webuser.thegrebs.com] has joined #xen |
| 06:53 | -!- | mrj_ [~mrj@sca-ea-fw-1.sun.com] has joined #xen |
| 07:01 | -!- | lymeca| [~lymeca@66.230.230.230] has quit [Remote host closed the connection] |
| 07:02 | -!- | lymeca| [debian-tor@samael.mit.edu] has joined #xen |
| 07:05 | -!- | nantes_geek [~ygcheny@LSt-Amand-152-31-47-185.w193-252.abo.wanadoo.fr] has joined #xen |
| 07:18 | -!- | boto [~ehabkost@189.4.63.195] has joined #xen |
| 07:37 | -!- | marcusbrutus [~ubernut@ppp108-88.static.internode.on.net] has quit [Ping timeout: 480 seconds] |
| 08:03 | -!- | mdday [~mdday@cpe-066-057-102-070.nc.res.rr.com] has joined #xen |
| 09:21 | -!- | paelzer [~kvirc@blueice1n1.de.ibm.com] has quit [Quit: KVIrc 3.2.0 'Realia'] |
| 09:32 | -!- | jm [~fake@c-76-113-194-7.hsd1.mn.comcast.net] has joined #xen |
| 09:33 | -!- | jm [~fake@c-76-113-194-7.hsd1.mn.comcast.net] has quit [] |
| 09:33 | -!- | jm [~fake@c-76-113-194-7.hsd1.mn.comcast.net] has joined #xen |
| 09:47 | -!- | KriP [kp@yancey.unixworld.dk] has joined #xen |
| 09:54 | -!- | sputhenp [~sputhenp@202.80.58.210] has quit [Quit: Leaving] |
| 10:01 | -!- | aw [~awilliam@c-24-9-84-32.hsd1.co.comcast.net] has quit [Quit: Leaving] |
| 10:09 | -!- | stuartclark [~stuart.cl@82-68-68-233.dsl.in-addr.zen.co.uk] has joined #xen |
| 10:11 | <stuartclark> | Hi there. I sent an email to xen-users last night (not sure if it was the right place to ask) regarding a problem I'm having with a virtual partition. In the dom0 all works fine, but from within the domU it can only see about 1Tb of the partition (which is 9Tb in total) |
| 10:11 | <stuartclark> | I was wondering if anyone had any ideas where this limit is coming from & how to fix :) |
| 10:19 | <mrvn> | stuartclark: MSdos partition table? |
| 10:19 | <mrvn> | or raw device? |
| 10:25 | <mrvn> | FYI: 8TiB are 2^32 4k pages. 2 TiB are 2^32 512byte blocks. One of those 2 overflows. |
| 10:27 | -!- | aw [~awilliam@co901cs003.americas.hp.net] has joined #xen |
| 10:32 | -!- | ankur [~3ba24401@webuser.thegrebs.com] has quit [Quit: TheGrebs.com CGI:IRC (Ping timeout)] |
| 10:36 | -!- | infernixx [nix@eastwood.flamingorecordings.com] has joined #xen |
| 11:14 | <stuartclark> | Sorry |
| 11:14 | <stuartclark> | Is a LVM partition |
| 11:14 | <stuartclark> | Works quite happily within the dom0 |
| 11:15 | -!- | wezhao [~wezhao@rover-93-24.rovernet.mtu.edu] has joined #xen |
| 11:18 | <stuartclark> | mrvn: It seems the domU has some limit which doesn't exist in the dom0 |
| 11:19 | <wezhao> | when a guest domain is created, where are the page tables initialized? |
| 11:19 | <wezhao> | in setup_arch()? |
| 11:19 | <mrvn> | Maybe the xen virtual block device only uses 32bit block count? |
| 11:19 | <stuartclark> | Something which might be relivant: blockdev --getbsz give 4096 under dom0 but 512 under domU. Where is that controlled? |
| 11:20 | <mrvn> | stuartclark: lvm and vbd driver |
| 11:20 | <stuartclark> | Yep |
| 11:20 | <mrvn> | Can you try 1.9TiB and 7.9TiB? |
| 11:20 | <mrvn> | and 2.1 and 8.1 TiB |
| 11:20 | <stuartclark> | How do you mean? |
| 11:20 | <wezhao> | I'm reading the source code and get some questions |
| 11:21 | <mrvn> | Start with a 1.9TiB volume. That should work. Then check if 2.1TiB works, then 7.9TiB and 8.1 TiB. |
| 11:21 | <stuartclark> | Hmm |
| 11:21 | <mrvn> | Then you know if the problem is at 2^32 512byte blocks or 2^32 4k blocks. |
| 11:21 | <stuartclark> | I will have to see if that is doable - As the 9Tb partition contains lots of data |
| 11:21 | <mrvn> | Maybe create a sparse loopback file. |
| 11:21 | <stuartclark> | ok |
| 11:22 | <stuartclark> | I'm guessing it is something to do with using 512 blocks instead of 4096 |
| 11:22 | <mrvn> | Or add some debug output in the vbd frontend and backend showing the sizes it gets and see if they use uint32_t or uint64_t at the same time. |
| 11:23 | <stuartclark> | So where should I be looking code wise? |
| 11:23 | <mrvn> | vbd frontend and backend |
| 11:24 | <stuartclark> | Off I go to download the source then :p |
| 11:42 | <stuartclark> | hmm |
| 11:43 | <stuartclark> | Not making too much sense to me unfortunatly :( |
| 11:45 | -!- | mulix [~mulix@72-254-6-212.client.stsn.net] has quit [Quit: My damn controlling terminal disappeared!] |
| 11:48 | -!- | jwb [~jwboyer@rchp4.rochester.ibm.com] has joined #xen |
| 12:10 | -!- | mulix [~mulix@columbia.portseattle.org] has joined #xen |
| 12:17 | -!- | fuzzy [~fuzzy@70.0.42.105] has joined #xen |
| 12:22 | -!- | ahs3 [~ahs3@66.37.132.58] has joined #xen |
| 12:23 | -!- | jwb [~jwboyer@rchp4.rochester.ibm.com] has left #xen [Leaving] |
| 12:30 | -!- | stuartclark [~stuart.cl@82-68-68-233.dsl.in-addr.zen.co.uk] has left #xen [] |
| 12:34 | -!- | fuzzy [~fuzzy@70.0.42.105] has quit [Quit: fuzzy] |
| 12:37 | -!- | jm [~fake@c-76-113-194-7.hsd1.mn.comcast.net] has quit [Ping timeout: 480 seconds] |
| 12:37 | -!- | nantes_geek [~ygcheny@LSt-Amand-152-31-47-185.w193-252.abo.wanadoo.fr] has quit [Quit: www.antredugeek.fr] |
| 12:44 | -!- | msinhore [~msinhore@200.198.213.70] has joined #xen |
| 12:45 | -!- | msinhore [~msinhore@200.198.213.70] has quit [] |
| 12:45 | -!- | msinhore [~msinhore@200.198.213.70] has joined #xen |
| 12:48 | -!- | fuzzy [~fuzzy@70.0.42.105] has joined #xen |
| 12:48 | -!- | jm [~fake@c-76-113-194-7.hsd1.mn.comcast.net] has joined #xen |
| 13:06 | -!- | rscott [~chatzilla@adsl-68-121-205-142.dsl.sndg02.pacbell.net] has joined #xen |
| 13:11 | -!- | fuzzy [~fuzzy@70.0.42.105] has quit [Ping timeout: 480 seconds] |
| 13:27 | -!- | fuzzy [~fuzzy@64.62.120.120] has joined #xen |
| 13:28 | -!- | fuzzy [~fuzzy@64.62.120.120] has quit [] |
| 13:34 | -!- | fuzzy [~fuzzy@keenfootwear.com] has joined #xen |
| 13:42 | -!- | fuzzy [~fuzzy@keenfootwear.com] has quit [Quit: fuzzy] |
| 13:52 | -!- | visik7 [~dksakd@host97-47-dynamic.22-79-r.retail.telecomitalia.it] has joined #xen |
| 13:58 | -!- | mulix [~mulix@columbia.portseattle.org] has quit [Quit: Reconnecting] |
| 13:58 | -!- | mulix [~mulix@columbia.portseattle.org] has joined #xen |
| 14:13 | -!- | Bekar [bekar@mirc.bekar.id.au] has quit [Ping timeout: 480 seconds] |
| 14:54 | -!- | markmc [~markmc@86-40-134-210.b-ras1.srl.dublin.eircom.net] has quit [Quit: Leaving] |
| 15:16 | -!- | ivan [~ikelly@90.209.70.79] has joined #xen |
| 15:22 | -!- | mulix [~mulix@columbia.portseattle.org] has quit [Quit: My damn controlling terminal disappeared!] |
| 16:02 | -!- | fuzzy [~fuzzy@keenfootwear.com] has joined #xen |
| 16:04 | -!- | boto [~ehabkost@189.4.63.195] has quit [Remote host closed the connection] |
| 16:04 | -!- | jm [~fake@c-76-113-194-7.hsd1.mn.comcast.net] has quit [Ping timeout: 480 seconds] |
| 16:15 | -!- | jm [~fake@c-76-113-194-7.hsd1.mn.comcast.net] has joined #xen |
| 16:19 | -!- | mulix [~mulix@columbia.portseattle.org] has joined #xen |
| 16:26 | -!- | ivan [~ikelly@90.209.70.79] has quit [Quit: leaving] |
| 16:27 | -!- | Bekar [bekar@mirc.bekar.id.au] has joined #xen |
| 16:42 | -!- | fuzzy_ [~fuzzy@keenfootwear.com] has joined #xen |
| 16:42 | -!- | fuzzy [~fuzzy@keenfootwear.com] has quit [Read error: Connection reset by peer] |
| 17:01 | -!- | fuzzy_ [~fuzzy@keenfootwear.com] has quit [Quit: fuzzy_] |
| 17:01 | -!- | visik7 [~dksakd@host97-47-dynamic.22-79-r.retail.telecomitalia.it] has quit [Read error: Connection reset by peer] |
| 17:01 | -!- | visik7 [~dksakd@host97-47-dynamic.22-79-r.retail.telecomitalia.it] has joined #xen |
| 17:26 | -!- | KriP [kp@yancey.unixworld.dk] has quit [Quit: Leaving] |
| 17:48 | -!- | guy [~guy@ool-457bcf75.dyn.optonline.net] has joined #xen |
| 17:49 | -!- | guy [~guy@ool-457bcf75.dyn.optonline.net] has quit [] |
| 17:54 | -!- | mulix [~mulix@columbia.portseattle.org] has quit [Read error: No route to host] |
| 17:55 | -!- | mulix [~mulix@columbia.portseattle.org] has joined #xen |
| 18:25 | -!- | mrj_ [~mrj@sca-ea-fw-1.sun.com] has left #xen [] |
| 18:41 | -!- | fuzzy [~fuzzy@64.62.120.120] has joined #xen |
| 18:50 | -!- | fuzzy [~fuzzy@64.62.120.120] has quit [Quit: fuzzy] |
| 19:11 | -!- | aw [~awilliam@co901cs003.americas.hp.net] has quit [Quit: Leaving] |
| 19:59 | -!- | jm [~fake@c-76-113-194-7.hsd1.mn.comcast.net] has quit [] |
| 20:27 | -!- | ahs3 [~ahs3@66.37.132.58] has quit [Quit: Ex-Chat] |
| 20:53 | -!- | aw [~awilliam@c-24-9-84-32.hsd1.co.comcast.net] has joined #xen |
| 21:07 | -!- | marcusbrutus [~ubernut@ppp108-88.static.internode.on.net] has joined #xen |
| 21:21 | -!- | roanth [~anath@bogota.cse.psu.edu] has joined #xen |
| 21:30 | -!- | rscott [~chatzilla@adsl-68-121-205-142.dsl.sndg02.pacbell.net] has quit [Remote host closed the connection] |
| 21:45 | -!- | mulix [~mulix@columbia.portseattle.org] has quit [Quit: My damn controlling terminal disappeared!] |
| 21:47 | -!- | deshantm [~deshantm@128.153.146.84] has joined #xen |
| 22:06 | -!- | deshantm [~deshantm@128.153.146.84] has quit [Quit: Leaving] |
| 23:10 | -!- | mdomsch [~Matt_Doms@70.124.62.55] has joined #xen |
| 23:59 | -!- | VS_ChanLog [~stats@ns.theshore.net] has left #xen [Rotating Logs] |
| 23:59 | -!- | VS_ChanLog [~stats@ns.theshore.net] has joined #xen |
| --- | Log | closed Tue Mar 04 00:00:10 2008 |