Bug 1870046 - ValueError: Size limit for minimal size cannot be greater than current maximum size.
Summary: ValueError: Size limit for minimal size cannot be greater than current maximu...
Keywords:
Status: CLOSED DUPLICATE of bug 1881472
Alias: None
Product: Fedora
Classification: Fedora
Component: blivet-gui
Version: 32
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Vojtech Trefny
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:aed19a986b29b9b368024e3dc75...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-08-19 09:28 UTC by majid hussain
Modified: 2020-09-23 09:53 UTC (History)
10 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-09-23 09:53:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (868.07 KB, text/plain)
2020-08-19 09:28 UTC, majid hussain
no flags Details
File: anaconda.log (13.75 KB, text/plain)
2020-08-19 09:28 UTC, majid hussain
no flags Details
File: dbus.log (3.10 KB, text/plain)
2020-08-19 09:28 UTC, majid hussain
no flags Details
File: environ (715 bytes, text/plain)
2020-08-19 09:28 UTC, majid hussain
no flags Details
File: journalctl (618.00 KB, text/plain)
2020-08-19 09:29 UTC, majid hussain
no flags Details
File: lsblk_output (2.26 KB, text/plain)
2020-08-19 09:29 UTC, majid hussain
no flags Details
File: lvm.log (33.98 KB, text/plain)
2020-08-19 09:29 UTC, majid hussain
no flags Details
File: nmcli_dev_list (2.82 KB, text/plain)
2020-08-19 09:29 UTC, majid hussain
no flags Details
File: os_info (737 bytes, text/plain)
2020-08-19 09:29 UTC, majid hussain
no flags Details
File: program.log (24.97 KB, text/plain)
2020-08-19 09:29 UTC, majid hussain
no flags Details
File: storage.log (92.96 KB, text/plain)
2020-08-19 09:29 UTC, majid hussain
no flags Details

Description majid hussain 2020-08-19 09:28:40 UTC
Version-Release number of selected component:
anaconda-core-32.24.7-1.fc32.x86_64

The following was filed automatically by anaconda:
anaconda 32.24.7 exception report
Traceback (most recent call first):
  File "/usr/lib/python3.8/site-packages/blivetgui/dialogs/size_chooser.py", line 145, in min_size_limit
    raise ValueError("Size limit for minimal size cannot be greater than current maximum size.")
  File "/usr/lib/python3.8/site-packages/blivetgui/dialogs/add_dialog.py", line 818, in on_filesystems_combo_changed
    self.size_area.min_size_limit = self._get_min_size_limit()
ValueError: Size limit for minimal size cannot be greater than current maximum size.

Additional info:
addons:         com_redhat_kdump
cmdline:        /usr/bin/python3  /sbin/anaconda --liveinst --method=livecd:/dev/mapper/live-base --graphical
cmdline_file:   BOOT_IMAGE=vmlinuz initrd=initrd.img root=live:CDLABEL=Fedora-MATE-Live-32-1-6  rd.live.image rd.live.check quiet
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         5.6.6-300.fc32.x86_64
other involved packages: blivet-gui-runtime-2.1.13-2.fc32.noarch
product:        Fedora
release:        Fedora release 32 (Thirty Two)
type:           anaconda
version:        32

Comment 1 majid hussain 2020-08-19 09:28:45 UTC
Created attachment 1711828 [details]
File: anaconda-tb

Comment 2 majid hussain 2020-08-19 09:28:51 UTC
Created attachment 1711829 [details]
File: anaconda.log

Comment 3 majid hussain 2020-08-19 09:28:54 UTC
Created attachment 1711830 [details]
File: dbus.log

Comment 4 majid hussain 2020-08-19 09:28:57 UTC
Created attachment 1711831 [details]
File: environ

Comment 5 majid hussain 2020-08-19 09:29:02 UTC
Created attachment 1711832 [details]
File: journalctl

Comment 6 majid hussain 2020-08-19 09:29:09 UTC
Created attachment 1711833 [details]
File: lsblk_output

Comment 7 majid hussain 2020-08-19 09:29:12 UTC
Created attachment 1711834 [details]
File: lvm.log

Comment 8 majid hussain 2020-08-19 09:29:13 UTC
Created attachment 1711835 [details]
File: nmcli_dev_list

Comment 9 majid hussain 2020-08-19 09:29:15 UTC
Created attachment 1711836 [details]
File: os_info

Comment 10 majid hussain 2020-08-19 09:29:18 UTC
Created attachment 1711837 [details]
File: program.log

Comment 11 majid hussain 2020-08-19 09:29:21 UTC
Created attachment 1711838 [details]
File: storage.log

Comment 12 Vladimír Slávik 2020-09-02 11:59:13 UTC
Reasssigning to blivet-gui. From anaconda.log file:

> 10:15:58,748 INF ui.gui.spokes.storage: Partitioning method has changed from AUTOMATIC to BLIVET.
> 10:15:58,748 INF ui.gui.spokes.storage: Rolling back planed storage configuration changes.
> 10:15:58,783 DBG ui.gui.spokes.storage: Skipping the execute method for the BLIVET partitioning method.
> 10:15:58,784 DBG ui.common: Left spoke: StorageSpoke
> 10:15:58,815 DBG payload: Source doesn't require network for installation
> 10:16:00,678 DBG ui.common: Entered spoke: BlivetGuiSpoke
> 10:18:05,852 DBG exception: running handleException
> 10:18:05,855 CRT exception: Traceback (most recent call last):
> 
>   File "/usr/lib/python3.8/site-packages/blivetgui/dialogs/add_dialog.py", line 818, in on_filesystems_combo_changed
>     self.size_area.min_size_limit = self._get_min_size_limit()
> 
>   File "/usr/lib/python3.8/site-packages/blivetgui/dialogs/size_chooser.py", line 145, in min_size_limit
>     raise ValueError("Size limit for minimal size cannot be greater than current maximum size.")
> 
> ValueError: Size limit for minimal size cannot be greater than current maximum size.
> 
> 10:18:05,855 DBG exception: Gtk running, queuing exception handler to the main loop
> 10:18:06,209 WRN misc: /usr/lib64/python3.8/subprocess.py:844: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
>   self.stdout = io.open(c2pread, 'rb', bufsize)

Comment 13 Vojtech Trefny 2020-09-23 09:53:15 UTC

*** This bug has been marked as a duplicate of bug 1881472 ***


Note You need to log in before you can comment on or make changes to this bug.