Gautam Ahuja

Results 3 issues of Gautam Ahuja

I called python RGBA2RGB.py after calling python resize.py but it is showing this error. Any idea why? ``` Traceback (most recent call last): File "RGBA2RGB.py", line 16, in png.save(os.path.join(dst,each.split('.')[0] +...

When nova is unmounted, the snapshot cleaner kthread is stopped with `kthread_stop()` in `nova_save_snapshots()`. If `schedule()` is called within `kthread_stop()`'s `wait_for_completion()`, the kthread will go to sleep forever waiting for...

Hi, I was trying to mount NOVA on small PMEM devices (preferably less than 64MiB). For that, I emulated a permanent memory device using memmap and created 2 partitions. While...