Hi,
We tested a volume backup for one of linux 6 server. The backup for /root /boot /tmp is working fine.
However we have a data disk partition which is nfs share to other machine which is mount to /nfsshare
When we test this backup /nfsshare we encounter issue half way. The system suddenly stall, and the backup snapshot get stall and cannot be removed even you are the root user.
How do I remove that using command line?
[root@polo nfsshare]# rm -rf veeamsnapdata_stretch_{4d9a6b60-a457-419c-9311-abbd11b14abe}_#0
rm: cannot remove `veeamsnapdata_stretch_{4d9a6b60-a457-419c-9311-abbd11b14abe}_#0': Operation not permitted
-
- Expert
- Posts: 116
- Liked: 3 times
- Joined: Jun 26, 2009 3:11 am
- Full Name: Steven Foo
- Contact:
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Remove stall snapshot
Can you check the attributes of the file (by using lsattr)?
If there is an a or i in it please run:
chattr -i veeamsnapdata_stretch_{4d9a6b60-a457-419c-9311-abbd11b14abe}_#0
chattr -a veeamsnapdata_stretch_{4d9a6b60-a457-419c-9311-abbd11b14abe}_#0
And try again to remove the file.
If there is an a or i in it please run:
chattr -i veeamsnapdata_stretch_{4d9a6b60-a457-419c-9311-abbd11b14abe}_#0
chattr -a veeamsnapdata_stretch_{4d9a6b60-a457-419c-9311-abbd11b14abe}_#0
And try again to remove the file.
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Remove stall snapshot
Hi,
Did I get it right - you backup the NFS server, not the client, and when you include the partition that is dedicated for nfs share into the backup job, the snapshot gets stall, is that correct? If so then please open a support case to let our engineers take a closer look at your setup as the described behaviour is unexpected, and post your case ID.
Thank you.
Did I get it right - you backup the NFS server, not the client, and when you include the partition that is dedicated for nfs share into the backup job, the snapshot gets stall, is that correct? If so then please open a support case to let our engineers take a closer look at your setup as the described behaviour is unexpected, and post your case ID.
Thank you.
-
- Expert
- Posts: 116
- Liked: 3 times
- Joined: Jun 26, 2009 3:11 am
- Full Name: Steven Foo
- Contact:
Re: Remove stall snapshot
Thanks a lot, that fix it,vmniels wrote:Can you check the attributes of the file (by using lsattr)?
If there is an a or i in it please run:
chattr -i veeamsnapdata_stretch_{4d9a6b60-a457-419c-9311-abbd11b14abe}_#0
chattr -a veeamsnapdata_stretch_{4d9a6b60-a457-419c-9311-abbd11b14abe}_#0
And try again to remove the file.
Who is online
Users browsing this forum: No registered users and 6 guests