Bug 19958 - Производить чистку, если создании вирт. машины заканчивается неудачно
Summary: Производить чистку, если создании вирт. машины заканчивается неудачно
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: mkve (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks: 19564
  Show dependency tree
 
Reported: 2009-05-07 12:30 MSD by Andriy Stepanov (stanv)
Modified: 2009-05-13 15:41 MSD (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andriy Stepanov (stanv) 2009-05-07 12:30:37 MSD
Если создание машины заканчивается аварийно, например:

# mkve create --name fst --memory 512 --bundle test
tar: test: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
/usr/bin/mkve: can't extract a bundle info into /var/lib/mkve/machines/fst

(нету такого test)

то необходимо удалять каталог:

/var/lib/mkve/machines/fst

# mkve create --name fst --memory 512 --bundle test.bun
/usr/bin/mkve: machine with name fst already exists


хотя машины `fst' такой нету.