From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030517 Description of problem: Anaconda tracebacks when it tries to get the partitions from disk and tries to calculate the lvsize because an int is to small for large volumes. I don't have a floppy handy so heres the traceback: File "/usr/lib/anaconda/gui.py", line 761, in nextClicked self.displach.gotoNext() File "/usr/lib/anaconda/dispatch.py", line 157, in gotoNext self.moveStep() File "/usr/lib/anaconda/dispatch.py", line 225, in moveStep rc = apply(func, self.bindArgs(args)) File "/usr/lib/anaconda/partitioning.py", line 57, in partitionObjectInitialize partitions.setFromDispl(diskset) File "/usr/lib/anaconda/partitions.py", line 265, in setFromDisk lvsize = int(lvsize) / 2048.0 ValueError: int() literal too large: 2342780928 Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Install machine with large lvm volumes (in this case 1.1TB) 2. try to reinstall 3. Actual Results: anaconda tracebacks Expected Results: shouldn't traceback Additional info: I only tried this will large volumes (over 1TB).
Fixed in development tree.