Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cyrillic symbol in name of snapshot #59

Closed
valerymamontov opened this issue Nov 22, 2019 · 1 comment
Closed

Cyrillic symbol in name of snapshot #59

valerymamontov opened this issue Nov 22, 2019 · 1 comment

Comments

@valerymamontov
Copy link

valerymamontov commented Nov 22, 2019

Warning!
If the name of snapshot contains Cyrillic symbols the script returns an exception.
Others VM in list do not cloned.
An exception occurs when the script executes line № 305:

            # Delete old backup snapshots
            VMTools.delete_snapshots(vm, config, vm_from_list)

Log:
2019-11-22 08:52:24,276: Start backup for: BARS
2019-11-22 08:52:24,863: !!! Got unexpected exception: 'ascii' codec can't encode characters in position 0-5: ordinal not in range(128)

Decision: delete snapshot with Cirillic symbol manually. Or rename.

from russian:
Если в виртуальной машине есть снапшот, который содержит кириллицу, то скрипт вызовет исключение. Виртуальная машина склонирована не будет.
Все остальные ВМ, указанные в списке, не склонируются.

Решение: удалите такой снапшот или переименуйте его.

@wefixit-AT
Copy link
Owner

Thank you I will put this in the README

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants