Page 1 of 2

Error editing container

Posted: 14 Apr 2020, 22:17
by macmpi
Hi,

I did setup a container: it works ok (though it does not start when TOS boots), but Container/Edit tabs shows the following error:
Screen Shot 2020-04-14 at 16.12.50.png
and I can not manage to edit/save any property change.

Re: Error editing container

Posted: 15 Apr 2020, 14:47
by TMSupport
Could you advise which image did you install? We will check and try to replicate it here.

Re: Error editing container

Posted: 15 Apr 2020, 14:56
by macmpi

Re: Error editing container

Posted: 23 Apr 2020, 04:30
by macmpi
TMSupport wrote: 15 Apr 2020, 14:47We will check and try to replicate it here.
Hi, would you have any update on this by chance?

The other issue is that container will not automatically start when TNAS boots (like for NFS service failing not starting at NAS reboot).

Re: Error editing container

Posted: 24 Apr 2020, 15:09
by TMSupport
Is it ok to let our engineer have a remotely check? It's not happened here. Please confirm with support(a)terra-master.com

Re: Error editing container

Posted: 28 May 2020, 06:39
by macmpi
To deal with other NFS issue, I did take the red-pill and re-installed my NAS from scratch with 4.1.24.
I uninstalled Docker too, in order to restart clean, but appdata folder still has a docker subfolder, which can NOT be removed.
I even tried under SSH (as admin or root):

Code: Select all

admin@myNAS:/mnt/appdata$ rm -rf docker
rm: can't remove 'docker/btrfs/subvolumes/6cca30a28e9ecc00a58476830b0a1bbeb01a20d2adeccac59d646696722dd96b': Operation not permitted
rm: can't remove 'docker/btrfs/subvolumes/547e93c13863d1c1bc40576f76b019d48057b8a425b7eec721ab2348d87b4807': Operation not permitted
rm: can't remove 'docker/btrfs/subvolumes/19b90768efc476d6a0f608429f8e68f53f28d50cbff3c90318f4951fc00a83b8': Operation not permitted
rm: can't remove 'docker/btrfs/subvolumes/4920fe18eed88952695b82a55da8ca56353600dcbd87272991a0f97af7af399f': Operation not permitted
rm: can't remove 'docker/btrfs/subvolumes/4516dbb6d5668afd635a7a6018f3ec3ddcd2a5e2f1def3c39051dc163a145775': Operation not permitted
rm: can't remove 'docker/btrfs/subvolumes/02c316c21580a0115211ef2e038468edd87c726840a879758338da4ac654cdca': Operation not permitted
rm: can't remove 'docker/btrfs/subvolumes': Directory not empty
rm: can't remove 'docker/btrfs': Directory not empty
rm: can't remove 'docker': Directory not empty
How can I get rid of that?
Thanks

Re: Error editing container

Posted: 29 May 2020, 14:31
by TMSupport
Please login as root by ssh access your TNAS, and input the cmd btrfs subvolume del /mnt/md0/appdata/*/subvolumename to delete the subfolder.

Re: Error editing container

Posted: 29 May 2020, 15:42
by macmpi
ok, so had to do the following for complete cleanup:

Code: Select all

btrfs subvolume del /mnt/md0/appdata/docker/btrfs/subvolumes/*
rm -rf /mnt/md0/appdata/docker
Would be nice if Docker app uninstall does this cleanup by itself on btrfs.
Thanks!

Re: Error editing container

Posted: 01 Jun 2020, 05:51
by macmpi
Back to original issue: error editing container, after full update and cleanup of previous docker: error is still there:
Screen Shot 2020-05-31 at 23.49.02.png

Re: Error editing container

Posted: 01 Jun 2020, 16:16
by TMroy
Hi macmpi,
We have found the cause of this failure, we will fix it in next update. Thank you again!