The problem is with the LVM version that comes with the stock install. This
is the version:

LVM Version: 2.03.05(2)
Library Version: 1.02.163
Driver Configuration: 4.40.0

Using a linux distro that uses a more recent version solves the problem.
For me, I used ArcoLinux which uses a more recent version by default:

LVM version: 2.02.186(2)
Library version: 1.02.164
Driver Version: 4.41.0

The driver are however updated in Fedora after a fresh install my running
sudo dnf upgrade or my upgrading from the Software Centre.

On Mon, Apr 6, 2020 at 11:52 AM Sreyan Chakravarty <sreya...@gmail.com>
wrote:

> Do you know how to install the latest version of Rawhide ? I mean from
> where in the latest Anaconda installer do i select "Installation source" ?
>
> On Mon, Apr 6, 2020 at 11:17 AM Sreyan Chakravarty <sreya...@gmail.com>
> wrote:
>
>> The problem with Bugzilla is that there are no replies there at all.
>>
>> On Mon, Apr 6, 2020 at 10:54 AM Sreyan Chakravarty <sreya...@gmail.com>
>> wrote:
>>
>>> You think it may be a kernel bug ? It happens in Fedora, Ubuntu 19.10
>>> does not have this.
>>>
>>> On Mon, Apr 6, 2020 at 6:27 AM stan via users <
>>> users@lists.fedoraproject.org> wrote:
>>>
>>>> On Mon, 6 Apr 2020 03:30:23 +0530
>>>> Sreyan Chakravarty <sreya...@gmail.com> wrote:
>>>>
>>>> > So you mean this is a problem with lvconvert itself ?
>>>>
>>>> I don't know that for sure since I am not familiar with lvconvert.  But,
>>>> the fact that it is hanging while doing its job suggests that it is a
>>>> good place to start.
>>>>
>>>> > Giving up waiting for lock.
>>>>
>>>> This says that lvconvert can't complete because it is waiting for a
>>>> resource that is locked.  Something else has that lock, and it seems
>>>> to be something in the lvconvert chain, or it would be released and
>>>> lvconvert could complete. This is known as deadlock, and is a resource
>>>> contention error, and usually is a bug.
>>>>
>>>> e.g.  A starts and runs, and triggers B to run.  B grabs a lock on
>>>> resource X while running and then waits for completion of A in order
>>>> to finish. A gets to the end of its tasks, and needs a lock on resource
>>>> X to finish. But B has that lock, and is waiting for A to complete to
>>>> finish and release X. =><=
>>>> _______________________________________________
>>>> users mailing list -- users@lists.fedoraproject.org
>>>> To unsubscribe send an email to users-le...@lists.fedoraproject.org
>>>> Fedora Code of Conduct:
>>>> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
>>>> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
>>>> List Archives:
>>>> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>>>>
>>>
>>>
>>> --
>>> Regards,
>>> Sreyan Chakravarty
>>>
>>
>>
>> --
>> Regards,
>> Sreyan Chakravarty
>>
>
>
> --
> Regards,
> Sreyan Chakravarty
>


-- 
Regards,
Sreyan Chakravarty
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to