[pbs-devel] [PATCH proxmox-backup 00/23] add removable datastores

Lukas Wagner l.wagner at proxmox.com
Wed Sep 20 12:22:57 CEST 2023



On 9/19/23 15:37, Lukas Wagner wrote:
> - Mounting/Unmounting does not seem to work properly for me, here is 
> what I did:
>    - New VM with PBS, latest updates
>    - Attached second disk
>    - Created ext4 partition
>    - created new removabale datastore from GUI
>      - unmount from CLI (promxox-backup-manager datastore unmount --store
>        test) does not seem to have any effect
>      - pressing on 'unmount' in the GUI seems to work (verified by
>        `mount`), but the GUI still considers the datastore as
>         mounted - the `mount` button remains disabled
>      - a `promxox-backup-manager datastore mount --store test` on the
>        CLI does not seem to have any effect
> 

Turns out this was caused by an old version of `proxmox-schema`. Since 
there was not mention of this dependency in the cover letter, I assumed 
that the latest packaged version would be recent enough. However,
the change "schema: serialize enum unit variants" is required, which has 
not been packaged yet.

I'll do more thorough testing once v2 with the requested changes is posted.


-- 
- Lukas





More information about the pbs-devel mailing list