Displaying 20 results from an estimated 137 matches for "trashcan".
2018 Mar 13
1
trashcan on dist. repl. volume with geo-replication
Hi Kotresh,
thanks for your repsonse...
answers inside...
best regards
Dietmar
Am 13.03.2018 um 06:38 schrieb Kotresh Hiremath Ravishankar:
> Hi Dietmar,
>
> I am trying to understand the problem and have few questions.
>
> 1. Is trashcan enabled only on master volume?
no, trashcan is also enabled on slave. settings are the same as on
master but trashcan on slave is complete empty.
root at gl-node5:~# gluster volume get mvol1 all | grep -i trash
features.trash on
features.trash-dir .trashcan
features.trash-eliminate-path (null)
fea...
2018 Mar 12
2
trashcan on dist. repl. volume with geo-replication
Hello,
in regard to
https://bugzilla.redhat.com/show_bug.cgi?id=1434066
i have been faced to another issue when using the trashcan feature on a
dist. repl. volume running a geo-replication. (gfs 3.12.6 on ubuntu 16.04.4)
for e.g. removing an entire directory with subfolders :
tron at gl-node1:/myvol-1/test1/b1$ rm -rf *
afterwards listing files in the trashcan :
tron at gl-node1:/myvol-1/test1$ ls -la /myvol-1/.trashcan/test...
2018 Mar 13
0
trashcan on dist. repl. volume with geo-replication
Hi Dietmar,
I am trying to understand the problem and have few questions.
1. Is trashcan enabled only on master volume?
2. Does the 'rm -rf' done on master volume synced to slave ?
3. If trashcan is disabled, the issue goes away?
The geo-rep error just says the it failed to create the directory
"Oracle_VM_VirtualBox_Extension" on slave.
Usually this would be because...
2017 Jun 28
2
setting gfid on .trashcan/... failed - total outage
...the release
notes...
best regards
Dietmar
the partial outage started as shown below, the very first entries
occurred in the brick-logs :
gl-master-04, brick1-mvol1.log :
[2017-06-23 16:35:11.373471] E [MSGID: 113020]
[posix.c:2839:posix_create] 0-mvol1-posix: setting gfid on
/brick1/mvol1/.trashcan//2290/uploads/170221_Sendung_Lieberum_01_AT.mp4_2017-06-23_163511
failed
[2017-06-23 16:35:11.392540] E [posix.c:3188:_fill_writev_xdata]
(-->/usr/lib/x86_64-linux-gnu/glusterfs/3.7.18/xlator/features/trash.so(trash_truncate_readv_cbk+0x1ab)
[0x7f4f8c2aaa0b] -->/usr/lib/x86_64-linux-gnu/gl...
2017 Jun 29
0
setting gfid on .trashcan/... failed - total outage
...>
> the partial outage started as shown below, the very first entries?
> occurred in the brick-logs :
>
> gl-master-04, brick1-mvol1.log :
>
> [2017-06-23 16:35:11.373471] E [MSGID: 113020]?
> [posix.c:2839:posix_create] 0-mvol1-posix: setting gfid on?
> /brick1/mvol1/.trashcan//2290/uploads/170221_Sendung_Lieberum_01_AT.mp4_2017-06-23_163511?
> failed
> [2017-06-23 16:35:11.392540] E [posix.c:3188:_fill_writev_xdata]?
> (-->/usr/lib/x86_64-linux-
> gnu/glusterfs/3.7.18/xlator/features/trash.so(trash_truncate_readv_cbk+0x1ab)?
> [0x7f4f8c2aaa0b] -->/u...
2017 Jun 29
1
setting gfid on .trashcan/... failed - total outage
...outage started as shown below, the very first entries
>> occurred in the brick-logs :
>>
>> gl-master-04, brick1-mvol1.log :
>>
>> [2017-06-23 16:35:11.373471] E [MSGID: 113020]
>> [posix.c:2839:posix_create] 0-mvol1-posix: setting gfid on
>> /brick1/mvol1/.trashcan//2290/uploads/170221_Sendung_Lieberum_01_AT.mp4_2017-06-23_163511
>> failed
>> [2017-06-23 16:35:11.392540] E [posix.c:3188:_fill_writev_xdata]
>> (-->/usr/lib/x86_64-linux-
>> gnu/glusterfs/3.7.18/xlator/features/trash.so(trash_truncate_readv_cbk+0x1ab)
>> [0x7f4f8...
1999 Jun 15
1
need undelete function
> ps: my little suggestion: if we add some parameters at smb.conf like
> protected dir = /home/share, /home/user1 ;
> trashcan dir = /smbtrash ;
Such an addon to samba would make me weep tears of joy. The trashcan is a
"security blanket" feature that Windows/MacOS/OS2/BeOS users now take for
granted. Convincing them that this is now impossible because we've moved
from NT to a k-RaD lInUx/sAmbA(tm) server is...
2017 Jun 16
1
emptying the trash directory
All,
I just enabled the trashcan feature on our volumes. It is working as
expected. However, I can't seem to find the rules to empty the trashcan. Is
there any automated process to do that? If so, what are the configuration
features?
Regards,
Ludwig
--
Ludwig Gamache
-------------- next part --------------
An HTML attachme...
1999 Jun 17
1
The samba recycle bin clarified
> Unless I am wrong, the "Recycle Bin" works only on LOCAL drives.
Alas it does. But users don't know that and shouldn't be expected to
understand the subtleties of operating systems, that's our job. In their
world, when they use Windows or MacOS, a trashcan exists and should exist on
servers as well.
> Like Jonathan Kelly, I mirror network drives at night to a backup server
which writes them to tape during the
> day. The backup server is running samba just so an administrator can
easily move files back to the
> network drive if they were er...
2017 Feb 21
1
that ever puzzling special chars escaping + rdiff-backup
hi everyone
a good basher around here?
I try in a script:
_rdiffBack="rdiff-backup -v5 --tempdir /tmp/ --no-eas
--exclude-other-filesystems --exclude-symbolic-links"
_rdffiExclude="--exclude '**/~*' --exclude '**.tmp'
--exclude-regexp '(.glusterfs|.trashcan|temp)'"
_execCom=${!2}
_sourceDir=${1}
_backupTo=${3}
__backMeUp() {
for _sourceDir in ${_sourceDirs[@]}; do
echo \$ ${_execCom} ${_rdffiExclude} ${_sourceDir}/
${_backupTo} \> ${_logFile} | ${_copyToLog}
${_execCom} ${_rdffiExclude} ${_sourceDir}/
${_backupTo} > ${_l...
2008 Feb 21
1
Is Gnome in CentOS 5 ready for nfsv4?
Hello,
all my data are hosted by a server and exported with nfsv4. For example
if a user logs in on a client, /home and /data are exported with nfsv4
and autofs. Now if the user delete some files, the trashcan under
gnome doesn't change its status nor doesn't show the deleted files if
opening the trashcan window.
Also the user isn't able to copy or move files between the exported
directories with nautilus, the error message is talking
about "different file systems".
Is this a gnome...
1999 Jun 17
3
need undelete function (Jeremy, what is your idea?)
Hi there:
> ps: my little suggestion: if we add some parameters at smb.conf like
> protected dir = /home/share, /home/user1 ;
> trashcan dir = /smbtrash ;
It seems that implementation of such parameter has some difficulties and
eventuates reduction on performance (e.g. handling "protected dir"s and
"trash dir" on the different devices like /dev/hda1 & /dev/hdb1).
I suggest a service specific parameter in smb...
2010 Jun 09
2
Evolution and Thunderbird do different things?
I'm trying both Evolution and Thunderbird on my IMAP server, and find
that there are differences in how some things are done, between
clients. Shouldn't there have been a standard way to do these things
in the IMAP protocol? The first thing I noticed is that when deleting
email from one client, it puts a "T" on the file name, leaving it
where it is, and from the other client,
2024 Jun 26
0
Trouble with data size in a Distributed-Replicated 2 x 3 = 6 volume
.../rhev/data-center/mnt/glusterSD/ovirt1.pmmg.priv:_data
But : du -hs on this folder give me a really different amount of data :
du -hs /rhev/data-center/mnt/glusterSD/ovirt1.pmmg.priv\:_data
1.4T /rhev/data-center/mnt/glusterSD/ovirt1.pmmg.priv:_data
And of course just a small hidden folder (.trashcan nearly empty in this mount point) :
du -hs /rhev/data-center/mnt/glusterSD/ovirt1.pmmg.priv\:_data/.trashcan
1.2M /rhev/data-center/mnt/glusterSD/ovirt1.pmmg.priv:_data/.trashcan
I don?t known how to free space in this volume and why such a difference between DU and DF ? Are my data replicated...
2001 Feb 26
3
status of undelete
Months ago there was a thread here about the implementation of a
simple undelete-function (i.e: dont delete files, but move them to a
folder).
Is this this still a relevant idea or has this feature low priority ?
thanx,
peter
ps: anyone knows about a 3rd-party software (propably on nt-side) that
implements such a feature ?
--
mag. peter pilsl
phone: +43 676 3574035
fax : +43 676 3546512
2017 Jun 20
2
trash can feature, crashed???
All,
I currently have 2 bricks running Gluster 3.10.1. This is a Centos
installation. On Friday last week, I enabled the trashcan feature on one of
my volumes:
gluster volume set date01 features.trash on
I also limited the max file size to 500MB:
gluster volume set data01 features.trash-max-filesize 500MB
3 hours after that I enabled this, this specific gluster volume went down:
[2017-06-16 16:08:14.410905] I [MSGID: 106...
2017 Jun 20
0
trash can feature, crashed???
On Tue, 2017-06-20 at 08:52 -0400, Ludwig Gamache wrote:
> All,
>
> I currently have 2 bricks running Gluster 3.10.1. This is a Centos installation. On Friday last
> week, I enabled the trashcan feature on one of my volumes:
> gluster volume set date01 features.trash on
I think you misspelled the volume name. Is it data01 or date01?
> I also limited the max file size to 500MB:
> gluster volume set data01 features.trash-max-filesize 500MB
> 3 hours after that I enabled this, t...
2000 Feb 28
2
Cleaning up in the bugs repository
In order not to have more items in the BUGS list than necessary, I've
gone through the list of open bugs and removed some of them for
reasons given below:
(Note that nothing really dies on R-bugs it just moves into trashcan,
wishlist, or Something-fixed, so if you complain loudly enough they
can be picked up again.)
*Graphics*
Remove three reports on panel.first() (2 + 1 answer with a different
number) because one really cannot expect to do what they were trying
to do. We may still want to use eval(panel.first) in p...
2010 Jan 21
2
Updating R on Linux
...indows, Linux, and Mac OS/X.
I think I remember on Windows R comes with the un-installer. So I uninstall it first and then I install the latest version.
On Mac OS I have no experience of updating R ... I think (and hope) all what I have to do is to drag R
icon from the Applications folder into the Trashcan .. This simple operation should get rid of all R
files from all the folders where they are placed during the installation procedure.
Linux is really the only platform where in the past I manged to mix up pieces from different R versions.
My question is:
how can I get rid of all the current R fil...
2017 Dec 21
1
v2.3.0 release candidate released
Hi Michael,
I know about that EoL, but I do believe it has nothing to do with the
failure to compile Dovecot, or does it?
I am moving to new hardware and latest FreeBSD version soon. In the
meantime, I need to run Dovecot on it.
On 21 December 2017 at 01:16, Michael Grimm <trashcan at ellael.org> wrote:
> Hi,
>
> Odhiambo Washington <odhiambo at gmail.com> wrote:
>
> > What am I missing here:
> >
> > OS = FreeBSD 8.4
> >
> > Here is how it fails during `gmake`:
>
> [snip]
>
> Hmm, FBSD 8.4 has reached End of Life...