Project

General

Profile

Actions

Bug #38805

closed

cephfs-shell: put doesn't accept relative source file path of file in current directory

Added by Milind Changire about 5 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
cephfs-shell
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

$ put ./src_file .
$ put src_file .

causes traceback

Actions #1

Updated by Varsha Rao about 4 years ago

  • Status changed from New to Closed

This issue is resolved in octopus.

CephFS:~/>>> put ./vstart_environment.sh .
CephFS:~/>>> ls
vstart_environment.sh  
CephFS:~/>>> put vstart_environment.sh .
vstart_environment.sh/: file exists! use --force to overwrite
CephFS:~/>>> rm vstart_environment.sh
CephFS:~/>>> ls
CephFS:~/>>> put vstart_environment.sh .
CephFS:~/>>> ls
vstart_environment.sh  

Actions

Also available in: Atom PDF