Add PQ namespace to PBS storage registration
PBS 스토리지 등록 시 자동으로 PQ 네임스페이스를 지정하도록 개선했습니다. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
267d262eb3
commit
05a063eb1e
@ -91,7 +91,8 @@ register_pbs() {
|
|||||||
--datastore "${PBS_DATASTORE}" \
|
--datastore "${PBS_DATASTORE}" \
|
||||||
--username "${PBS_USERNAME}" \
|
--username "${PBS_USERNAME}" \
|
||||||
--password "${PBS_PASSWORD}" \
|
--password "${PBS_PASSWORD}" \
|
||||||
--fingerprint "${PBS_FINGERPRINT}" 2>&1
|
--fingerprint "${PBS_FINGERPRINT}" \
|
||||||
|
--namespace "PQ" 2>&1
|
||||||
|
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
log_success "PBS 스토리지 등록 완료!"
|
log_success "PBS 스토리지 등록 완료!"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user