Project

General

Profile

Actions

action #165096

closed

[osd] Extend /assets + /space-slow to allow to store more assets size:S

Added by okurz 3 months ago. Updated 3 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Feature requests
Target version:
Start date:
2024-01-24
Due date:
% Done:

0%

Estimated time:
Tags:

Description

Motivation

Based on discussion https://suse.slack.com/archives/C02CANHLANP/p1723186759795179 regarding "quarterly update" assets. We have many assets and multiple of them are near-duplicates so possibly deduplication on the underlying storage system already helps to store data efficiently. Also both OSD /assets and /space-slow should be on cheaper storage. Hence we should request more space for OSD in /assets (vdc, rotating disk "cheap+slow") and /space-slow (vde, rotating disk "cheap+slow").

Motivation

  • AC1: OSD /assets and /space-slow have both at least +2TB more free space

Suggestions

Create SD ticket similar to https://sd.suse.com/servicedesk/customer/portal/1/SD-146279 or https://sd.suse.com/servicedesk/customer/portal/1/SD-164873

Out of scope


Related issues 1 (0 open1 closed)

Copied from openQA Infrastructure - action #154177: File systems alert Salt: One of the file systems is too full size:MResolvedmkittler2024-01-24

Actions
Actions #1

Updated by okurz 3 months ago

  • Copied from action #154177: File systems alert Salt: One of the file systems is too full size:M added
Actions #2

Updated by okurz 3 months ago

  • Subject changed from [osd] Extend /assets + /space-slow to allow to store more assets to [osd] Extend /assets + /space-slow to allow to store more assets size:S
  • Description updated (diff)
  • Status changed from New to Workable
Actions #3

Updated by livdywan 3 months ago

  • Status changed from Workable to In Progress
  • Assignee set to livdywan

Filing one or two tickets

Actions #4

Updated by livdywan 3 months ago

  • Status changed from In Progress to Blocked
Actions #5

Updated by livdywan 3 months ago

sudo parted /dev/vdc
resizepart 1
sudo xfs_growfs /assets
df -h | grep assets                                           
/dev/vdc         14T  9,3T  4,8T  67% /assets
Actions #6

Updated by livdywan 3 months ago

  • Status changed from Blocked to Resolved

livdywan wrote in #note-4:

sudo parted /dev/vde
resizepart 1
sudo xfs_growfs /space-slow
df -h /space-slow                                            
Filesystem      Size  Used Avail Use% Mounted on                                 
/dev/vde        6,0T  3,9T  2,2T  65% /space-slow
Actions

Also available in: Atom PDF