Bug 1614462 - ValueError: new size same as old size
Summary: ValueError: new size same as old size
Keywords:
Status: CLOSED DUPLICATE of bug 1572828
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:b90fcd78d67f002f976c585e7a0...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-08-09 16:15 UTC by Vedran Miletić
Modified: 2018-08-13 13:01 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-08-13 13:01:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (1013.22 KB, text/plain)
2018-08-09 16:15 UTC, Vedran Miletić
no flags Details
File: anaconda.log (64.07 KB, text/plain)
2018-08-09 16:15 UTC, Vedran Miletić
no flags Details
File: dbus.log (3.10 KB, text/plain)
2018-08-09 16:15 UTC, Vedran Miletić
no flags Details
File: environ (729 bytes, text/plain)
2018-08-09 16:15 UTC, Vedran Miletić
no flags Details
File: journalctl (624.26 KB, text/plain)
2018-08-09 16:15 UTC, Vedran Miletić
no flags Details
File: lsblk_output (2.17 KB, text/plain)
2018-08-09 16:15 UTC, Vedran Miletić
no flags Details
File: nmcli_dev_list (2.87 KB, text/plain)
2018-08-09 16:15 UTC, Vedran Miletić
no flags Details
File: os_info (633 bytes, text/plain)
2018-08-09 16:15 UTC, Vedran Miletić
no flags Details
File: program.log (53.74 KB, text/plain)
2018-08-09 16:15 UTC, Vedran Miletić
no flags Details
File: storage.log (169.07 KB, text/plain)
2018-08-09 16:15 UTC, Vedran Miletić
no flags Details
File: ifcfg.log (2.15 KB, text/plain)
2018-08-09 16:15 UTC, Vedran Miletić
no flags Details

Description Vedran Miletić 2018-08-09 16:15:26 UTC
Description of problem:
Trying to set existing partition size to a value larger than the original

Version-Release number of selected component:
anaconda-core-29.23-2.fc29.x86_64

The following was filed automatically by anaconda:
anaconda 29.23 exception report
Traceback (most recent call first):
  File "/usr/lib/python3.7/site-packages/blivet/deviceaction.py", line 458, in __init__
    raise ValueError("new size same as old size")
  File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/blivet/blivet.py", line 874, in resize_device
    actions.append(ActionResizeDevice(device, new_size))
  File "/usr/lib/python3.7/site-packages/blivet/threads.py", line 53, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib64/python3.7/site-packages/pyanaconda/ui/gui/spokes/custom_storage.py", line 834, in _handle_size_change
    self._storage_playground.resize_device(use_dev, use_size)
  File "/usr/lib64/python3.7/site-packages/pyanaconda/ui/gui/spokes/custom_storage.py", line 137, in decorated
    return func(*args, **kwargs)
  File "/usr/lib64/python3.7/site-packages/pyanaconda/ui/gui/spokes/custom_storage.py", line 1243, in _save_right_side
    self._handle_size_change(size, old_size, device)
  File "/usr/lib64/python3.7/site-packages/pyanaconda/ui/gui/spokes/custom_storage.py", line 2350, in _save_current_page
    self._save_right_side(selector)
  File "/usr/lib64/python3.7/site-packages/pyanaconda/ui/gui/spokes/custom_storage.py", line 2360, in on_selector_clicked
    self._save_current_page(old_selector)
  File "/usr/lib64/python3.7/site-packages/pyanaconda/ui/gui/spokes/lib/accordion.py", line 372, in process_event
    cb(old_selector, selector)
ValueError: new size same as old size

Additional info:
blivet-gui-utils.log: 
cmdline:        /usr/bin/python3  /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-base
cmdline_file:   BOOT_IMAGE=/images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-WS-Live-Rawhide-20180808- rd.live.image quiet
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.18.0-0.rc8.git1.1.fc29.x86_64
other involved packages: anaconda-gui-29.23-2.fc29.x86_64, python3-blivet-3.1.0-0.5.b2.fc29.noarch
product:        Fedora
release:        Fedora release 29 (Rawhide)
release_type:   pre-release
type:           anaconda
version:        rawhide

Comment 1 Vedran Miletić 2018-08-09 16:15:35 UTC
Created attachment 1474750 [details]
File: anaconda-tb

Comment 2 Vedran Miletić 2018-08-09 16:15:37 UTC
Created attachment 1474751 [details]
File: anaconda.log

Comment 3 Vedran Miletić 2018-08-09 16:15:39 UTC
Created attachment 1474752 [details]
File: dbus.log

Comment 4 Vedran Miletić 2018-08-09 16:15:40 UTC
Created attachment 1474753 [details]
File: environ

Comment 5 Vedran Miletić 2018-08-09 16:15:44 UTC
Created attachment 1474754 [details]
File: journalctl

Comment 6 Vedran Miletić 2018-08-09 16:15:45 UTC
Created attachment 1474755 [details]
File: lsblk_output

Comment 7 Vedran Miletić 2018-08-09 16:15:47 UTC
Created attachment 1474756 [details]
File: nmcli_dev_list

Comment 8 Vedran Miletić 2018-08-09 16:15:48 UTC
Created attachment 1474757 [details]
File: os_info

Comment 9 Vedran Miletić 2018-08-09 16:15:50 UTC
Created attachment 1474758 [details]
File: program.log

Comment 10 Vedran Miletić 2018-08-09 16:15:52 UTC
Created attachment 1474759 [details]
File: storage.log

Comment 11 Vedran Miletić 2018-08-09 16:15:54 UTC
Created attachment 1474760 [details]
File: ifcfg.log

Comment 12 Vendula Poncova 2018-08-13 13:01:52 UTC

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


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